summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2016-09-15 10:49:55 +0000
committerTamas Berghammer <tberghammer@google.com>2016-09-15 10:49:55 +0000
commitb293fc783b474cbfdfb4ffe646d5b4afe90e0b79 (patch)
treedaeb4745c1a8f3d59d954dc17c568188e1fe83cf /lldb/packages/Python/lldbsuite/test/python_api/symbol-context
parent4cf0a482bca734dd6cc3d976727feaaf458f2ff4 (diff)
downloadbcm5719-llvm-b293fc783b474cbfdfb4ffe646d5b4afe90e0b79.tar.gz
bcm5719-llvm-b293fc783b474cbfdfb4ffe646d5b4afe90e0b79.zip
Fix TestSymbolContextTwoFiles on Android after rL281595
llvm-svn: 281601
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py b/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py
index 7220601fe96..429e9c4da34 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py
@@ -61,7 +61,7 @@ class SymbolContextTwoFilesTestCase(TestBase):
self.assertIsNotNone(breakpoint2)
self.assertTrue(breakpoint2.IsValid())
- process = target.LaunchSimple(None, None, os.getcwd())
+ process = target.LaunchSimple(None, None, self.get_process_working_directory())
self.assertIsNotNone(process, PROCESS_IS_VALID)
threads = lldbutil.get_threads_stopped_at_breakpoint(
OpenPOWER on IntegriCloud