forked from OSchip/llvm-project
Unbreak test after D111899
This commit is contained in:
parent
ff64b2933a
commit
08c0a45ab8
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue