From 4a90e1a8a296c30e94e34e19974d84fb8cfc2bd3 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 7 Mar 2012 01:13:38 +0000 Subject: [PATCH] Correct test from r152189. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152191 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaTemplate/temp_arg_template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaTemplate/temp_arg_template.cpp b/test/SemaTemplate/temp_arg_template.cpp index 106111e429..c9ce1b6943 100644 --- a/test/SemaTemplate/temp_arg_template.cpp +++ b/test/SemaTemplate/temp_arg_template.cpp @@ -56,7 +56,7 @@ namespace N { } // PR12179 -template class F> +template class F> // expected-warning {{variadic templates are a C++11 extension}} struct unbox_args { typedef typename Primitive::template call x; }; -- 2.50.1