From 320ab1eb89c33fa76f27a407b3198db8b7cfb1d4 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 26 Nov 2014 19:37:39 +0000 Subject: [PATCH] Fix buildbot failure on LLP64 platforms like MSVC x86_64. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222848 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp b/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp index f49ee0343d..ff973f0b2a 100644 --- a/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp +++ b/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp @@ -52,7 +52,7 @@ void Func() { namespace LabelAddrDiff { void f() { - a: b: A s; // expected-error {{label address difference}} + a: b: A s; // expected-error {{label address difference}} }; } -- 2.50.1