diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-super/TestObjCSuper.py')
| -rw-r--r-- | lldb/test/lang/objc/objc-super/TestObjCSuper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-super/TestObjCSuper.py b/lldb/test/lang/objc/objc-super/TestObjCSuper.py index 15b5218f28c..a9db9b5b911 100644 --- a/lldb/test/lang/objc/objc-super/TestObjCSuper.py +++ b/lldb/test/lang/objc/objc-super/TestObjCSuper.py @@ -46,7 +46,7 @@ class TestObjCSuperMethod(TestBase): self.assertTrue(bpt, 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) |

