diff options
Diffstat (limited to 'clang/test/Parser/cxx0x-literal-operators.cpp')
-rw-r--r-- | clang/test/Parser/cxx0x-literal-operators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx0x-literal-operators.cpp b/clang/test/Parser/cxx0x-literal-operators.cpp index b01cf06edbd..6930adbe372 100644 --- a/clang/test/Parser/cxx0x-literal-operators.cpp +++ b/clang/test/Parser/cxx0x-literal-operators.cpp @@ -2,4 +2,4 @@ void operator "" (); // expected-error {{expected identifier}} void operator "k" foo(); // expected-error {{string literal after 'operator' must be '""'}} \ - // expected-error {{C++0x literal operator support is currently under development}}
\ No newline at end of file + // expected-error {{C++0x literal operator support is currently under development}} |