From: David Majnemer Date: Wed, 28 Aug 2013 00:03:12 +0000 (+0000) Subject: This test now needs C++11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65442a558e61bba5b27b20cd6e9f0d6b7872a20e;p=clang This test now needs C++11 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189425 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaTemplate/temp_arg_template.cpp b/test/SemaTemplate/temp_arg_template.cpp index f14ff26eb4..0833fdf83a 100644 --- a/test/SemaTemplate/temp_arg_template.cpp +++ b/test/SemaTemplate/temp_arg_template.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s template class X> struct A; // expected-note 2{{previous template template parameter is here}}