From f6ec15a23d271b45f8c0296b7ac44e994119bb8e Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 24 Aug 2012 00:27:50 +0000 Subject: [PATCH] DeclPrinter tests: mark test case we get wrong currently with WRONG. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162512 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 b26ed93ddf..43cc48da82 100644 --- a/unittests/AST/DeclPrinterTest.cpp +++ b/unittests/AST/DeclPrinterTest.cpp @@ -517,7 +517,7 @@ TEST(DeclPrinter, TestCXXConstructorDecl11) { "};", constructor(ofClass(hasName("A"))).bind("id"), "A(T &&ts...) : T(ts)")); - // Should be: "A(T&&... ts) : T(ts)..." + // WRONG; Should be: "A(T&&... ts) : T(ts)..." } -- 2.40.0