Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Nov 18, 2021
1 parent 95af9d8 commit 5cf23ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ class ObjCNewSyntaxTest(TestBase):
mydir = TestBase.compute_mydir(__file__)

def target(self):
return _target
return self._target

def runToBreakpoint(self):
self.build()
Expand Down

0 comments on commit 5cf23ec

Please sign in to comment.