]> granicus.if.org Git - clang/commitdiff
fix comment.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 5 Dec 2012 20:10:11 +0000 (20:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 5 Dec 2012 20:10:11 +0000 (20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169413 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/AST/DeclPrinterTest.cpp

index a770022e05403aa981980a4fc7e254009b113df1..aeb49b01710bb142a348547c2dc54a51c00ac948 100644 (file)
@@ -478,7 +478,7 @@ TEST(DeclPrinter, TestCXXConstructorDecl8) {
     "};",
     constructorDecl(ofClass(hasName("A"))).bind("id"),
     "A() noexcept"));
-    // WRONG; Should be: "A() = delete;"
+    // WRONG; Should be: "A() = default;"
 }
 
 TEST(DeclPrinter, TestCXXConstructorDecl9) {