Skip to content

Commit 6e23396

Browse files
qinkunbaorlavaee
authored andcommitted
Fix uncaught-exception.test. (llvm#146190)
See llvm#125924 To match a literal plus sign, it must be escaped with a backslash (`\`).
1 parent e780aa5 commit 6e23396

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|uncaught C++ exception}}
11+
CHECK: ERROR: libFuzzer: {{deadly signal|uncaught C\+\+ exception}}

0 commit comments

Comments
 (0)