summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/value/change_values/TestChangeValueAPI.py')
-rw-r--r--lldb/test/python_api/value/change_values/TestChangeValueAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
index b716335df71..32f74472fa5 100644
--- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
+++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
@@ -63,7 +63,7 @@ class ChangeValueAPITestCase(TestBase):
self.assertTrue(end_breakpoint, VALID_BREAKPOINT)
# Now launch the process, and do not stop at entry point.
- process = target.LaunchSimple(None, None, os.getcwd())
+ process = target.LaunchSimple (None, None, self.get_process_working_directory())
self.assertTrue(process, PROCESS_IS_VALID)
# Get Frame #0.
OpenPOWER on IntegriCloud