commit | def829ee866d986bd4aaca8114a7790b1008c890 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Fri Aug 24 00:27:50 2012 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Fri Aug 24 00:27:50 2012 +0000 |
tree | 636ccd49c20bb212e8badaa4bd7cc8f2440eb3e5 | |
parent | 340c0f6776a0c3e7131c904ec66dbeabd76a90e4 [diff] [blame] |
DeclPrinter tests: mark test case we get wrong currently with WRONG. llvm-svn: 162512
diff --git a/clang/unittests/AST/DeclPrinterTest.cpp b/clang/unittests/AST/DeclPrinterTest.cpp index b26ed93..43cc48d 100644 --- a/clang/unittests/AST/DeclPrinterTest.cpp +++ b/clang/unittests/AST/DeclPrinterTest.cpp
@@ -517,7 +517,7 @@ "};", constructor(ofClass(hasName("A"))).bind("id"), "A<T...>(T &&ts...) : T(ts)")); - // Should be: "A(T&&... ts) : T(ts)..." + // WRONG; Should be: "A(T&&... ts) : T(ts)..." }