diff options
Diffstat (limited to 'lldb/test/source-manager/TestSourceManager.py')
| -rw-r--r-- | lldb/test/source-manager/TestSourceManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/source-manager/TestSourceManager.py b/lldb/test/source-manager/TestSourceManager.py index 879b9f1b97e..bcb73721ff7 100644 --- a/lldb/test/source-manager/TestSourceManager.py +++ b/lldb/test/source-manager/TestSourceManager.py @@ -50,7 +50,7 @@ class SourceManagerTestCase(TestBase): self.assertTrue(target, VALID_TARGET) # 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()) # # Exercise Python APIs to display source lines. |

