summaryrefslogtreecommitdiffstats
path: root/test/Lexer/string-literal-errors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Lexer/string-literal-errors.cpp')
-rw-r--r--test/Lexer/string-literal-errors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/string-literal-errors.cpp b/test/Lexer/string-literal-errors.cpp
index be574c2..d8e2993 100644
--- a/test/Lexer/string-literal-errors.cpp
+++ b/test/Lexer/string-literal-errors.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s
+// RUN: not %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s
void foo() {
(void)"\q \u123z \x \U \U123 \U12345 \u123 \xyzzy \777 \U"
OpenPOWER on IntegriCloud