forked from OSchip/llvm-project
DeclPrinter tests: mark test case we get wrong currently with WRONG.
llvm-svn: 162512
This commit is contained in:
parent
340c0f6776
commit
def829ee86
|
@ -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)..."
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue