summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/unresolved-construct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaTemplate/unresolved-construct.cpp')
-rw-r--r--clang/test/SemaTemplate/unresolved-construct.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/unresolved-construct.cpp b/clang/test/SemaTemplate/unresolved-construct.cpp
index 0d1ba17a017..bb9ed8e4e08 100644
--- a/clang/test/SemaTemplate/unresolved-construct.cpp
+++ b/clang/test/SemaTemplate/unresolved-construct.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
class A
{
public:
OpenPOWER on IntegriCloud