summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser
diff options
context:
space:
mode:
authorAlexis Hunt <alercah@gmail.com>2009-11-28 08:58:14 +0000
committerAlexis Hunt <alercah@gmail.com>2009-11-28 08:58:14 +0000
commited0530f6941fe80fa9a59ad77b4a01a0cdd5bb88 (patch)
treeea39a5931773195e31649c22d62983d3cf1b1a2a /clang/test/Parser
parent15e9a9df832da814fab386256c4a8e3099849362 (diff)
downloadbcm5719-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.cpp2
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}}
OpenPOWER on IntegriCloud