diff options
Diffstat (limited to 'lldb/test/expression_command/call-throws/TestCallThatThrows.py')
| -rw-r--r-- | lldb/test/expression_command/call-throws/TestCallThatThrows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-throws/TestCallThatThrows.py b/lldb/test/expression_command/call-throws/TestCallThatThrows.py index d2ccb076a93..65380cc02db 100644 --- a/lldb/test/expression_command/call-throws/TestCallThatThrows.py +++ b/lldb/test/expression_command/call-throws/TestCallThatThrows.py @@ -51,7 +51,7 @@ class ExprCommandWithThrowTestCase(TestBase): self.assertTrue(breakpoint.GetNumLocations() > 0, VALID_BREAKPOINT) # 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, PROCESS_IS_VALID) |

