summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/DeclPrinterTest.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-12-05 20:10:11 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-12-05 20:10:11 +0000
commitae638b3f915f4303e761b431efdbde495e0c5c45 (patch)
tree84c61408e07d13de9bcb5d62acdcedb3a9d26505 /clang/unittests/AST/DeclPrinterTest.cpp
parent14ef4790d17c35197e97e6936f0edd1bbf686e3b (diff)
downloadbcm5719-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.cpp2
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) {
OpenPOWER on IntegriCloud