summaryrefslogtreecommitdiffstats
path: root/lldb/test/cpp/dynamic-value/TestDynamicValue.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/cpp/dynamic-value/TestDynamicValue.py')
-rw-r--r--lldb/test/cpp/dynamic-value/TestDynamicValue.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/test/cpp/dynamic-value/TestDynamicValue.py b/lldb/test/cpp/dynamic-value/TestDynamicValue.py
index 78b2f22208f..c0d323cb76e 100644
--- a/lldb/test/cpp/dynamic-value/TestDynamicValue.py
+++ b/lldb/test/cpp/dynamic-value/TestDynamicValue.py
@@ -114,9 +114,7 @@ class DynamicValueTestCase(TestBase):
VALID_BREAKPOINT)
# Now launch the process, and do not stop at the 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.assertTrue(self.process.GetState() == lldb.eStateStopped,
PROCESS_STOPPED)
OpenPOWER on IntegriCloud