summaryrefslogtreecommitdiff
path: root/test/SemaCXX/PR10243.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/PR10243.cpp')
-rw-r--r--test/SemaCXX/PR10243.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/PR10243.cpp b/test/SemaCXX/PR10243.cpp
index 9a58510498031..129ff80e2d2ef 100644
--- a/test/SemaCXX/PR10243.cpp
+++ b/test/SemaCXX/PR10243.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
struct S; // expected-note 4{{forward declaration of 'S'}}