summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/DeclPrinterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/AST/DeclPrinterTest.cpp')
-rw-r--r--clang/unittests/AST/DeclPrinterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/AST/DeclPrinterTest.cpp b/clang/unittests/AST/DeclPrinterTest.cpp
index b26ed93ddf8..43cc48da829 100644
--- a/clang/unittests/AST/DeclPrinterTest.cpp
+++ b/clang/unittests/AST/DeclPrinterTest.cpp
@@ -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)..."
}
OpenPOWER on IntegriCloud