diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-12-05 20:10:11 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-12-05 20:10:11 +0000 |
commit | ae638b3f915f4303e761b431efdbde495e0c5c45 (patch) | |
tree | 84c61408e07d13de9bcb5d62acdcedb3a9d26505 /clang/unittests/AST/DeclPrinterTest.cpp | |
parent | 14ef4790d17c35197e97e6936f0edd1bbf686e3b (diff) | |
download | bcm5719-llvm-ae638b3f915f4303e761b431efdbde495e0c5c45.tar.gz bcm5719-llvm-ae638b3f915f4303e761b431efdbde495e0c5c45.zip |
fix comment.
llvm-svn: 169413
Diffstat (limited to 'clang/unittests/AST/DeclPrinterTest.cpp')
-rw-r--r-- | clang/unittests/AST/DeclPrinterTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/AST/DeclPrinterTest.cpp b/clang/unittests/AST/DeclPrinterTest.cpp index a770022e054..aeb49b01710 100644 --- a/clang/unittests/AST/DeclPrinterTest.cpp +++ b/clang/unittests/AST/DeclPrinterTest.cpp @@ -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) { |