summaryrefslogtreecommitdiffstats
path: root/test/Parser/PR11000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/PR11000.cpp')
-rw-r--r--test/Parser/PR11000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/PR11000.cpp b/test/Parser/PR11000.cpp
index 7dae996..8d235cd 100644
--- a/test/Parser/PR11000.cpp
+++ b/test/Parser/PR11000.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -std=c++11 %s 2>&1 | FileCheck %s
// PR11000: Don't crash.
class tuple<>
OpenPOWER on IntegriCloud