summaryrefslogtreecommitdiffstats
path: root/test/Parser/bracket-crash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/bracket-crash.cpp')
-rw-r--r--test/Parser/bracket-crash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/bracket-crash.cpp b/test/Parser/bracket-crash.cpp
index fd18e0e..bcc6eab 100644
--- a/test/Parser/bracket-crash.cpp
+++ b/test/Parser/bracket-crash.cpp
@@ -1,6 +1,6 @@
-// RUN: not %clang_cc1 -fsyntax-only %s
+// RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
// PR7481
+decltype(;
struct{
a
}
-
OpenPOWER on IntegriCloud