about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan/ubsan_enum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ubsan/ubsan_enum.cpp')
-rw-r--r--test/Feature/ubsan/ubsan_enum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ubsan/ubsan_enum.cpp b/test/Feature/ubsan/ubsan_enum.cpp
index 462aa21c..18efce2d 100644
--- a/test/Feature/ubsan/ubsan_enum.cpp
+++ b/test/Feature/ubsan/ubsan_enum.cpp
@@ -17,7 +17,7 @@ int main() {
   for (unsigned char *p = (unsigned char *)&e; p != (unsigned char *)(&e + 1); ++p)
     *p = 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 = (int)e != -1;
 
   return 0;