aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class/p2-0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/class/p2-0x.cpp')
-rw-r--r--test/CXX/class/p2-0x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/class/p2-0x.cpp b/test/CXX/class/p2-0x.cpp
index 630aa7e70f90..dbb01e5ad528 100644
--- a/test/CXX/class/p2-0x.cpp
+++ b/test/CXX/class/p2-0x.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x
+// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
namespace Test1 {
class A final { }; // expected-note {{'A' declared here}}