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 68384f39880..bc42c5e3985 100644
--- a/lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py
+++ b/lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py
@@ -39,9 +39,9 @@ class APILogTestCase(TestBase):
r"lldb::SBDebugger::GetScriptingLanguage\(const char \*\) \(0x([0-9a-fA-F]+),",
log)[0]
- get_scripting_language = 'lldb::ScriptLanguage lldb::SBDebugger::GetScriptingLanguage(const char *) (0x{}, "")'.format(
+ get_scripting_language = 'lldb::SBDebugger::GetScriptingLanguage(const char *) (0x{}, "")'.format(
debugger_addr)
- create_target = 'lldb::SBTarget lldb::SBDebugger::CreateTarget(const char *) (0x{}, "")'.format(
+ create_target = 'lldb::SBDebugger::CreateTarget(const char *) (0x{}, "")'.format(
debugger_addr)
self.assertTrue(get_scripting_language in log, log)
OpenPOWER on IntegriCloud