Unbreak test after D111899

This commit is contained in:
Adrian Prantl 2021-11-18 08:51:40 -08:00
parent ff64b2933a
commit 08c0a45ab8
1 changed files with 4 additions and 1 deletions

View File

@ -10,9 +10,12 @@ class ObjCNewSyntaxTest(TestBase):
mydir = TestBase.compute_mydir(__file__)
def target(self):
return _target
def runToBreakpoint(self):
self.build()
self.target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
self._target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
self, '// Set breakpoint 0 here.', lldb.SBFileSpec(
'main.m', False))