summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py')
-rw-r--r--lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py
index 3d286d89175..e6dc376093c 100644
--- a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py
+++ b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py
@@ -45,7 +45,7 @@ class CxxWCharTTestCase(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")
OpenPOWER on IntegriCloud