diff options
Diffstat (limited to 'test/CXX/temp/temp.param/p10-0x.cpp')
-rw-r--r-- | test/CXX/temp/temp.param/p10-0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/temp/temp.param/p10-0x.cpp b/test/CXX/temp/temp.param/p10-0x.cpp index bc7e616fb13d1..37bb284a36eb6 100644 --- a/test/CXX/temp/temp.param/p10-0x.cpp +++ b/test/CXX/temp/temp.param/p10-0x.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 template<typename> struct Y1; template<typename, int> struct Y2; |