aboutsummaryrefslogtreecommitdiff
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
commit9c196ac0fc7c7c6cad68d967c1a74959dd7e0f58 (patch)
tree15567ede0470e15a140b2e41e87be9bbb0dc0edb
parent398b8e86ab421592f9e72b92c4558ea865b26e86 (diff)
Remove out-of-date comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168957 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--unittests/AST/StmtPrinterTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/AST/StmtPrinterTest.cpp b/unittests/AST/StmtPrinterTest.cpp
index 130cafc47e..473ee13b2a 100644
--- a/unittests/AST/StmtPrinterTest.cpp
+++ b/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
}
-