summaryrefslogtreecommitdiffstats
path: root/test/Misc/diag-verify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/diag-verify.cpp')
-rw-r--r--test/Misc/diag-verify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/diag-verify.cpp b/test/Misc/diag-verify.cpp
index 895bc3f..397558c 100644
--- a/test/Misc/diag-verify.cpp
+++ b/test/Misc/diag-verify.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -fsyntax-only -verify %s 2>&1 | FileCheck %s
// Test the -verify flag. Each of the "x = y;" lines will produce a
// "use of undeclared identifier 'y'" error message.
OpenPOWER on IntegriCloud