mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
DeclPrinter tests: mark test case we get wrong currently with WRONG.
llvm-svn: 162512
This commit is contained in:
@@ -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)..."
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user