aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py')
-rw-r--r--lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py b/lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
index 6a37b25..551cab1 100644
--- a/lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
+++ b/lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
@@ -49,8 +49,7 @@ class TestSafeFuncCalls(TestBase):
main_thread.SafeToCallFunctions(),
"It is safe to call functions on the main thread",
)
- self.assertEqual(
+ self.assertFalse(
select_thread.SafeToCallFunctions(),
- False,
"It is not safe to call functions on the select thread",
)