summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py b/lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py
index 450d62029d4..68384f39880 100644
--- a/lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py
+++ b/lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py
@@ -44,5 +44,5 @@ class APILogTestCase(TestBase):
create_target = 'lldb::SBTarget lldb::SBDebugger::CreateTarget(const char *) (0x{}, "")'.format(
debugger_addr)
- self.assertTrue(get_scripting_language in log)
- self.assertTrue(create_target in log)
+ self.assertTrue(get_scripting_language in log, log)
+ self.assertTrue(create_target in log, log)
OpenPOWER on IntegriCloud