diff options
Diffstat (limited to 'clang/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-0x.cpp')
-rw-r--r-- | clang/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-0x.cpp b/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-0x.cpp index e80082a0408..22892a63ab1 100644 --- a/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-0x.cpp +++ b/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-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 // If T is an lvalue reference type or an rvalue reference to function // type, the result is an lvalue; if T is an rvalue reference to |