From: Richard Smith Date: Wed, 26 Nov 2014 19:37:39 +0000 (+0000) Subject: Fix buildbot failure on LLP64 platforms like MSVC x86_64. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=320ab1eb89c33fa76f27a407b3198db8b7cfb1d4;p=clang 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 --- 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}} }; }