diff options
Diffstat (limited to 'test/CXX/class/p1-0x.cpp')
-rw-r--r-- | test/CXX/class/p1-0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/class/p1-0x.cpp b/test/CXX/class/p1-0x.cpp index e677dec4caf1f..be5fdffb43f4a 100644 --- a/test/CXX/class/p1-0x.cpp +++ b/test/CXX/class/p1-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 { }; |