summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/FixIt/fixit-unicode.c')
-rw-r--r--clang/test/FixIt/fixit-unicode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/FixIt/fixit-unicode.c b/clang/test/FixIt/fixit-unicode.c
index 216b73dbfce..12f45ea1808 100644
--- a/clang/test/FixIt/fixit-unicode.c
+++ b/clang/test/FixIt/fixit-unicode.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s
-// RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck -check-prefix=CHECK-MACHINE %s
+// RUN: not %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s
+// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck -check-prefix=CHECK-MACHINE %s
struct Foo {
int bar;
OpenPOWER on IntegriCloud