Fix typo in r211394.

llvm-svn: 211395
This commit is contained in:
Richard Smith 2014-06-20 19:58:05 +00:00
parent 085a64ffc5
commit cf519ff519
1 changed files with 1 additions and 1 deletions

View File

@ -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}}