r211395 - Fix typo in r211394.

Richard Smith richard-llvm at metafoo.co.uk
Fri Jun 20 12:58:05 PDT 2014


Author: rsmith
Date: Fri Jun 20 14:58:05 2014
New Revision: 211395

URL: http://llvm.org/viewvc/llvm-project?rev=211395&view=rev
Log:
Fix typo in r211394.

Modified:
    cfe/trunk/test/SemaCXX/static-assert.cpp

Modified: cfe/trunk/test/SemaCXX/static-assert.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/static-assert.cpp?rev=211395&r1=211394&r2=211395&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/static-assert.cpp (original)
+++ cfe/trunk/test/SemaCXX/static-assert.cpp Fri Jun 20 14:58:05 2014
@@ -50,4 +50,4 @@ StaticAssertProtected<int> sap1;
 StaticAssertProtected<X> 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}}





More information about the cfe-commits mailing list