summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/objc-property/TestObjCProperty.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/objc/objc-property/TestObjCProperty.py')
-rw-r--r--lldb/test/lang/objc/objc-property/TestObjCProperty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-property/TestObjCProperty.py b/lldb/test/lang/objc/objc-property/TestObjCProperty.py
index 2a2bd014cea..636d7d7f709 100644
--- a/lldb/test/lang/objc/objc-property/TestObjCProperty.py
+++ b/lldb/test/lang/objc/objc-property/TestObjCProperty.py
@@ -57,7 +57,7 @@ class ObjCPropertyTestCase(TestBase):
VALID_BREAKPOINT)
# Now launch the process, and do not stop at the entry point.
- process = target.LaunchSimple (None, None, os.getcwd())
+ process = target.LaunchSimple (None, None, self.get_process_working_directory())
self.assertTrue(process.GetState() == lldb.eStateStopped,
PROCESS_STOPPED)
OpenPOWER on IntegriCloud