diff options
Diffstat (limited to 'test/SemaCXX/cxx11-ast-print.cpp')
-rw-r--r-- | test/SemaCXX/cxx11-ast-print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/cxx11-ast-print.cpp b/test/SemaCXX/cxx11-ast-print.cpp index f7bfc11..5604374 100644 --- a/test/SemaCXX/cxx11-ast-print.cpp +++ b/test/SemaCXX/cxx11-ast-print.cpp @@ -15,7 +15,7 @@ decltype(4.5_baz) operator"" _baz(char); // CHECK: const char *operator "" _quux(const char *); const char *operator"" _quux(const char *); -// CHECK: template <char...> const char *operator "" _fritz(); +// CHECK: template <char ...> const char *operator "" _fritz(); template<char...> const char *operator"" _fritz(); // CHECK: const char *p1 = "bar1"_foo; |