diff options
author | Alexis Hunt <alercah@gmail.com> | 2009-11-28 08:58:14 +0000 |
---|---|---|
committer | Alexis Hunt <alercah@gmail.com> | 2009-11-28 08:58:14 +0000 |
commit | ed0530f6941fe80fa9a59ad77b4a01a0cdd5bb88 (patch) | |
tree | ea39a5931773195e31649c22d62983d3cf1b1a2a /clang/test/Parser | |
parent | 15e9a9df832da814fab386256c4a8e3099849362 (diff) | |
download | bcm5719-llvm-ed0530f6941fe80fa9a59ad77b4a01a0cdd5bb88.tar.gz bcm5719-llvm-ed0530f6941fe80fa9a59ad77b4a01a0cdd5bb88.zip |
Fix test and handle IK_LiteralOperatorId in a few more places.
llvm-svn: 90030
Diffstat (limited to 'clang/test/Parser')
-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}} |