chaoren requested changes to this revision.
This revision now requires changes to proceed.
================
Comment at: test/lang/cpp/nsimport/TestCppNsImport.py:37
@@ -36,3 +36,3 @@
# Get the path of the executable
- cwd = os.getcwd()
+ cwd = self.get_process_working_directory()
exe_file = "a.out"
----------------
You shouldn't make the change here, since the location of the target binary wrt
`CreateTarget` is indeed `os.getcwd()`, but the working directory wrt to
`LaunchSimple` could be an arbitrary remote path.
http://reviews.llvm.org/D12165
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits