[Lldb-commits] [PATCH] D12165: Improve tests regarding imported namespaces and chained calls in C++

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 19 12:00:16 PDT 2015


chaoren added a subscriber: chaoren.
chaoren requested changes to this revision.
chaoren added a reviewer: chaoren.
This revision now requires changes to proceed.

================
Comment at: test/lang/cpp/chained-calls/TestCppChainedCalls.py:45
@@ -45,3 +44,3 @@
         env = None
         process = target.LaunchSimple(args, env, cwd)
         self.assertTrue(process.IsValid(), PROCESS_IS_VALID)
----------------
Please use `self.get_process_working_directory()` instead of `cwd` for remote tests.


http://reviews.llvm.org/D12165





More information about the lldb-commits mailing list