summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/pr13394-crash-on-invalid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/pr13394-crash-on-invalid.cpp')
-rw-r--r--clang/test/SemaCXX/pr13394-crash-on-invalid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/pr13394-crash-on-invalid.cpp b/clang/test/SemaCXX/pr13394-crash-on-invalid.cpp
index 841e3c20340..42b6508c713 100644
--- a/clang/test/SemaCXX/pr13394-crash-on-invalid.cpp
+++ b/clang/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-re {{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 {
OpenPOWER on IntegriCloud