summaryrefslogtreecommitdiffstats
path: root/test/Misc/diag-line-wrapping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/diag-line-wrapping.cpp')
-rw-r--r--test/Misc/diag-line-wrapping.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Misc/diag-line-wrapping.cpp b/test/Misc/diag-line-wrapping.cpp
index ea119af..2bcb03f 100644
--- a/test/Misc/diag-line-wrapping.cpp
+++ b/test/Misc/diag-line-wrapping.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fsyntax-only -fmessage-length 60 %s 2>&1 | FileCheck %s
-// RUN: %clang_cc1 -fsyntax-only -fmessage-length 0 %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -fsyntax-only -fmessage-length 60 %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -fsyntax-only -fmessage-length 0 %s 2>&1 | FileCheck %s
struct B { void f(); };
struct D1 : B {};
OpenPOWER on IntegriCloud