Skip to content

Commit 2a87a9d

Browse files
author
git apple-llvm automerger
committed
Merge commit 'd30c292230ad' from swift/release/6.3 into stable/21.x
2 parents e1be334 + d30c292 commit 2a87a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lldbtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def execute(self, test, litConfig):
9494
# libc++abi.dylib: terminating with uncaught exception of type \
9595
# std::__1::system_error: recursive_mutex lock failed: Invalid argument
9696
if (
97-
'RESULT: PASSED' in err and
97+
'PASS' in err and
9898
'recursive_mutex lock failed' in err and
9999
exitCode != 0
100100
):

0 commit comments

Comments
 (0)