Skip to content
Snippets Groups Projects
Commit db7b0427 authored by Richard Smith's avatar Richard Smith
Browse files

Fix typo in r211394.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211395 91177308-0d34-0410-b5e6-96231b3b80d8
parent ca77fdff
No related branches found
No related tags found
No related merge requests found
......@@ -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}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment