Fix TestSymbolContextTwoFiles on Android after rL281595

llvm-svn: 281601
This commit is contained in:
Tamas Berghammer 2016-09-15 10:49:55 +00:00
parent 4cf0a482bc
commit b293fc783b
1 changed files with 1 additions and 1 deletions

View File

@ -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(