summaryrefslogtreecommitdiffstats
path: root/test/Misc/error-limit-multiple-notes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/error-limit-multiple-notes.cpp')
-rw-r--r--test/Misc/error-limit-multiple-notes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/error-limit-multiple-notes.cpp b/test/Misc/error-limit-multiple-notes.cpp
index 019b4dd..71a3909 100644
--- a/test/Misc/error-limit-multiple-notes.cpp
+++ b/test/Misc/error-limit-multiple-notes.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -ferror-limit 1 -fsyntax-only %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -ferror-limit 1 -fsyntax-only %s 2>&1 | FileCheck %s
// error and three notes emitted
void foo(int);
OpenPOWER on IntegriCloud