aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/lex/lex.pptoken/p3-0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/lex/lex.pptoken/p3-0x.cpp')
-rw-r--r--test/CXX/lex/lex.pptoken/p3-0x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/lex/lex.pptoken/p3-0x.cpp b/test/CXX/lex/lex.pptoken/p3-0x.cpp
index 4ae867c2095e..3d56ac17bd5b 100644
--- a/test/CXX/lex/lex.pptoken/p3-0x.cpp
+++ b/test/CXX/lex/lex.pptoken/p3-0x.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -std=c++0x -verify %s
+// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s
int a<::> = { 1, 2, 3 };
int b = a<:::a<:0:>:>;