summaryrefslogtreecommitdiff
path: root/clang/test/PCH/cxx-explicit-specifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/cxx-explicit-specifier.cpp')
-rw-r--r--clang/test/PCH/cxx-explicit-specifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/cxx-explicit-specifier.cpp b/clang/test/PCH/cxx-explicit-specifier.cpp
index a30c669fddb4..c7cd2c500240 100644
--- a/clang/test/PCH/cxx-explicit-specifier.cpp
+++ b/clang/test/PCH/cxx-explicit-specifier.cpp
@@ -85,7 +85,7 @@ B<false> b_false;
//expected-note@-8+ {{explicit conversion function is not a candidate (explicit specifier}}
//expected-note@-11 {{explicit constructor is not a candidate (explicit specifier}}
-//CHECK: explicit(b){{ +}}templ::A<b>(B<b>)
+//CHECK: explicit(b){{ +}}A
//CHECK: explicit(b{{ +}}^{{ +}}T::value){{ +}}operator
A a = { b_true }; //expected-error {{class template argument deduction}}