summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/breakpoint_ignore_count/TestBreakpointIgnoreCount.py')
-rw-r--r--lldb/test/breakpoint_ignore_count/TestBreakpointIgnoreCount.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/breakpoint_ignore_count/TestBreakpointIgnoreCount.py b/lldb/test/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
index d74a7c5753c..e231ac25f7a 100644
--- a/lldb/test/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
+++ b/lldb/test/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
@@ -101,8 +101,7 @@ class BreakpointIgnoreCountTestCase(TestBase):
"SetIgnoreCount() works correctly")
# Now launch the process, and do not stop at entry point.
- error = lldb.SBError()
- self.process = target.Launch (self.dbg.GetListener(), None, None, os.ctermid(), os.ctermid(), os.ctermid(), None, 0, False, error)
+ self.process = target.LaunchSimple(None, None, os.getcwd())
self.process = target.GetProcess()
self.assertTrue(self.process.IsValid(), PROCESS_IS_VALID)
OpenPOWER on IntegriCloud