diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py index 8155a3cef54..99d21f02208 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py @@ -23,10 +23,6 @@ class FindAppInMacOSAppBundle(TestBase): self.main_source_file = lldb.SBFileSpec("main.c") self.find_app_in_bundle_test() - def setUp(self): - # Call super's setUp(). - TestBase.setUp(self) - def find_app_in_bundle_test(self): """This reads in the .app, makes sure we get the right binary and can run it.""" |