summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/PR9902.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/PR9902.cpp')
-rw-r--r--test/SemaCXX/PR9902.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/PR9902.cpp b/test/SemaCXX/PR9902.cpp
index ec76789b96..80086e445c 100644
--- a/test/SemaCXX/PR9902.cpp
+++ b/test/SemaCXX/PR9902.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 <class _Tp, class _Up, bool = false>
struct __allocator_traits_rebind