Skip to content

Commit f5fb4d9

Browse files
[lldb][NFC] Amend test workaround for asan failures
1 parent 03bec58 commit f5fb4d9

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)