summaryrefslogtreecommitdiff
path: root/test/SemaCXX/pr13394-crash-on-invalid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/pr13394-crash-on-invalid.cpp')
-rw-r--r--test/SemaCXX/pr13394-crash-on-invalid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/pr13394-crash-on-invalid.cpp b/test/SemaCXX/pr13394-crash-on-invalid.cpp
index 9cb213ad36..42b6508c71 100644
--- a/test/SemaCXX/pr13394-crash-on-invalid.cpp
+++ b/test/SemaCXX/pr13394-crash-on-invalid.cpp
@@ -13,7 +13,7 @@ namespace gatekeeper_v1 {
};
}
// FIXME: Typo correction should remove the 'gatekeeper_v1::' name specifier
- gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeeper_v1'{{$}}}}
+ gatekeeper_v1::closure_t *x; // expected-error-re {{no type named 'closure_t' in namespace 'gatekeeper_v1'{{$}}}}
}
namespace Foo {