forked from OSchip/llvm-project
Fix TestSymbolContextTwoFiles on Android after rL281595
llvm-svn: 281601
This commit is contained in:
parent
4cf0a482bc
commit
b293fc783b
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue