Fix test and handle IK_LiteralOperatorId in a few more places.
llvm-svn: 90030
diff --git a/clang/test/Parser/cxx0x-literal-operators.cpp b/clang/test/Parser/cxx0x-literal-operators.cpp
index b01cf06..6930adb 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}}