Skip to content

Commit e7de0f5

Browse files
committed
Fix RE
Created using spr 1.3.6
1 parent 9c9d73f commit e7de0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/uncaught-exception.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN: %cpp_compiler %S/UncaughtException.cpp -o %t-UncaughtException
88
# For example, msvc fails with 'uncaught C++ exception'. So the error we check depends on the compiler target.
99
RUN: not %run %t-UncaughtException 2>&1 | FileCheck %s
1010

11-
CHECK: {{=={{.*}}== ERROR: libFuzzer: deadly signal|=={{.*}}== ERROR: libFuzzer: uncaught C++ exception}}
11+
CHECK: {{==.*== ERROR: libFuzzer: deadly signal|==.*== ERROR: libFuzzer: uncaught C++ exception}}

0 commit comments

Comments
 (0)