summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cfi/cross-dso-diagnostic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cfi/cross-dso-diagnostic.cpp b/test/cfi/cross-dso-diagnostic.cpp
index 7a28d2fd1..e13248132 100644
--- a/test/cfi/cross-dso-diagnostic.cpp
+++ b/test/cfi/cross-dso-diagnostic.cpp
@@ -27,7 +27,7 @@ int main(int argc, char *argv[]) {
void *handle = dlopen(argv[1], RTLD_NOW);
// CHECK: runtime error: control flow integrity check for type 'void *()' failed during indirect function call
- // CHECK: dso_symbol defined here
+ // CHECK: {{.*}} defined here
// CHECK: check failed in {{.*}}_exe_suffix, destination function located in {{.*}}_dso_suffix
void* (*fp)(void) =
reinterpret_cast<void*(*)(void)>(dlsym(handle, "dso_symbol"));