summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/lex/lex.literal/lex.ext/p10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/lex/lex.literal/lex.ext/p10.cpp')
-rw-r--r--clang/test/CXX/lex/lex.literal/lex.ext/p10.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CXX/lex/lex.literal/lex.ext/p10.cpp b/clang/test/CXX/lex/lex.literal/lex.ext/p10.cpp
index 7fbd9f8e4be..6652c9a890f 100644
--- a/clang/test/CXX/lex/lex.literal/lex.ext/p10.cpp
+++ b/clang/test/CXX/lex/lex.literal/lex.ext/p10.cpp
@@ -10,6 +10,6 @@ void f() {
// FIXME: Reject these for the right reason.
123wibble; // expected-error {{suffix 'wibble'}}
123.0wibble; // expected-error {{suffix 'wibble'}}
- ""wibble; // expected-warning {{unused}}
- R"x("hello")x"wibble; // expected-warning {{unused}}
+ ""wibble;
+ R"x("hello")x"wibble;
}
OpenPOWER on IntegriCloud