From a3064c32d378d3a11f87945047c040276850ce4b Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 5 Dec 2012 20:10:11 +0000 Subject: [PATCH] fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169413 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/AST/DeclPrinterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/AST/DeclPrinterTest.cpp b/unittests/AST/DeclPrinterTest.cpp index a770022e05..aeb49b0171 100644 --- a/unittests/AST/DeclPrinterTest.cpp +++ b/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) { -- 2.40.0