about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan/ubsan_bool.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ubsan/ubsan_bool.c')
-rw-r--r--test/Feature/ubsan/ubsan_bool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ubsan/ubsan_bool.c b/test/Feature/ubsan/ubsan_bool.c
index e7913a63..2e2ab86c 100644
--- a/test/Feature/ubsan/ubsan_bool.c
+++ b/test/Feature/ubsan/ubsan_bool.c
@@ -12,7 +12,7 @@ int main() {
 
   klee_make_symbolic(&x, sizeof(x), "x");
 
-  // CHECK: KLEE: ERROR: {{.*}}runtime/Sanitizer/ubsan/ubsan_handlers.cpp:34: load invalid value
+  // CHECK: KLEE: ERROR: {{.*}}runtime/Sanitizer/ubsan/ubsan_handlers.cpp:{{[0-9]+}}: load invalid value
   result = *(_Bool *)&x;
 
   return 0;