summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/StmtPrinterTest.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-11-29 23:09:57 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-11-29 23:09:57 +0000
commitf41d237bf656cdeaf66ddfd48ddcadbc39558066 (patch)
treed5bf1857cc42ed258ff70303733d871b603ba1a0 /clang/unittests/AST/StmtPrinterTest.cpp
parent9b541ff6af533cae0af90eb0a513e8d5b498b89c (diff)
downloadbcm5719-llvm-f41d237bf656cdeaf66ddfd48ddcadbc39558066.tar.gz
bcm5719-llvm-f41d237bf656cdeaf66ddfd48ddcadbc39558066.zip
Remove out-of-date comment.
llvm-svn: 168957
Diffstat (limited to 'clang/unittests/AST/StmtPrinterTest.cpp')
-rw-r--r--clang/unittests/AST/StmtPrinterTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/unittests/AST/StmtPrinterTest.cpp b/clang/unittests/AST/StmtPrinterTest.cpp
index 130cafc47e3..473ee13b2a2 100644
--- a/clang/unittests/AST/StmtPrinterTest.cpp
+++ b/clang/unittests/AST/StmtPrinterTest.cpp
@@ -154,8 +154,6 @@ TEST(StmtPrinter, TestMSIntegerLiteral) {
"1L , -1L , 1UL , "
"1LL , -1LL , 1ULL"));
// Should be: with semicolon
- // WRONG; all 128-bit literals should be printed as 128-bit.
- // (This is because currently we do semantic analysis incorrectly.)
}
TEST(StmtPrinter, TestFloatingPointLiteral) {
@@ -165,4 +163,3 @@ TEST(StmtPrinter, TestFloatingPointLiteral) {
"1.F , -1.F , 1. , -1. , 1.L , -1.L"));
// Should be: with semicolon
}
-
OpenPOWER on IntegriCloud