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 e780aa5 commit 6e23396Copy full SHA for 6e23396
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|uncaught C++ exception}}
+CHECK: ERROR: libFuzzer: {{deadly signal|uncaught C\+\+ exception}}
0 commit comments