diff options
Diffstat (limited to 'lldb/test/lang/cpp/char1632_t/TestChar1632T.py')
| -rw-r--r-- | lldb/test/lang/cpp/char1632_t/TestChar1632T.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/char1632_t/TestChar1632T.py b/lldb/test/lang/cpp/char1632_t/TestChar1632T.py index 445c1dd9c9e..cf4d98f6fa2 100644 --- a/lldb/test/lang/cpp/char1632_t/TestChar1632T.py +++ b/lldb/test/lang/cpp/char1632_t/TestChar1632T.py @@ -46,7 +46,7 @@ class Char1632TestCase(TestBase): lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line) # 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()) if not process: self.fail("SBTarget.Launch() failed") |

