We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9d73f commit e7de0f5Copy full SHA for e7de0f5
compiler-rt/test/fuzzer/uncaught-exception.test
@@ -8,4 +8,4 @@ RUN: %cpp_compiler %S/UncaughtException.cpp -o %t-UncaughtException
8
# For example, msvc fails with 'uncaught C++ exception'. So the error we check depends on the compiler target.
9
RUN: not %run %t-UncaughtException 2>&1 | FileCheck %s
10
11
-CHECK: {{=={{.*}}== ERROR: libFuzzer: deadly signal|=={{.*}}== ERROR: libFuzzer: uncaught C++ exception}}
+CHECK: {{==.*== ERROR: libFuzzer: deadly signal|==.*== ERROR: libFuzzer: uncaught C++ exception}}
0 commit comments