From: Richard Smith Date: Fri, 20 Jun 2014 19:58:05 +0000 (+0000) Subject: Fix typo in r211394. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db7b04270a7d5645d4e952884607f7492ce7c2a7;p=clang Fix typo in r211394. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211395 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/static-assert.cpp b/test/SemaCXX/static-assert.cpp index c9d9384353..7de4d07b50 100644 --- a/test/SemaCXX/static-assert.cpp +++ b/test/SemaCXX/static-assert.cpp @@ -50,4 +50,4 @@ StaticAssertProtected sap1; StaticAssertProtected sap2; // expected-note {{instantiation}} static_assert(true); // expected-warning {{C++1z extension}} -static_assert(false); // expected-error-re {{failed$}} expected-warning {{extension}} +static_assert(false); // expected-error-re {{failed{{$}}}} expected-warning {{extension}}