[cfe-commits] r168957 - /cfe/trunk/unittests/AST/StmtPrinterTest.cpp
Richard Smith
richard-llvm at metafoo.co.uk
Thu Nov 29 15:09:57 PST 2012
Author: rsmith
Date: Thu Nov 29 17:09:57 2012
New Revision: 168957
URL: http://llvm.org/viewvc/llvm-project?rev=168957&view=rev
Log:
Remove out-of-date comment.
Modified:
cfe/trunk/unittests/AST/StmtPrinterTest.cpp
Modified: cfe/trunk/unittests/AST/StmtPrinterTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/AST/StmtPrinterTest.cpp?rev=168957&r1=168956&r2=168957&view=diff
==============================================================================
--- cfe/trunk/unittests/AST/StmtPrinterTest.cpp (original)
+++ cfe/trunk/unittests/AST/StmtPrinterTest.cpp Thu Nov 29 17:09:57 2012
@@ -154,8 +154,6 @@
"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 @@
"1.F , -1.F , 1. , -1. , 1.L , -1.L"));
// Should be: with semicolon
}
-
More information about the cfe-commits
mailing list