diff options
Diffstat (limited to 'clang/test/CXX/basic/basic.scope/basic.scope.local/p4-0x.cpp')
-rw-r--r-- | clang/test/CXX/basic/basic.scope/basic.scope.local/p4-0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/basic/basic.scope/basic.scope.local/p4-0x.cpp b/clang/test/CXX/basic/basic.scope/basic.scope.local/p4-0x.cpp index d930f97ce79..cd51c78a5e9 100644 --- a/clang/test/CXX/basic/basic.scope/basic.scope.local/p4-0x.cpp +++ b/clang/test/CXX/basic/basic.scope/basic.scope.local/p4-0x.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s +// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s void f() { int b; |