DeclPrinter tests: mark test case we get wrong currently with WRONG.

llvm-svn: 162512
This commit is contained in:
Dmitri Gribenko 2012-08-24 00:27:50 +00:00
parent 340c0f6776
commit def829ee86
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ TEST(DeclPrinter, TestCXXConstructorDecl11) {
"};",
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)..."
}