aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/alias-church-numerals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/alias-church-numerals.cpp')
-rw-r--r--test/SemaTemplate/alias-church-numerals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/alias-church-numerals.cpp b/test/SemaTemplate/alias-church-numerals.cpp
index 751cac73ae0f..69d77163ab67 100644
--- a/test/SemaTemplate/alias-church-numerals.cpp
+++ b/test/SemaTemplate/alias-church-numerals.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
template<template<template<typename> class, typename> class T, template<typename> class V> struct PartialApply {
template<typename W> using R = T<V, W>;