summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-12-13 12:24:23 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-12-13 12:34:49 +0100
commit9bace26a690a778ec0f09a9aae9537dfbdb6f42f (patch)
tree4164aae25028a4490b310022d51a2ad36746079c /lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py
parent3ca771ba594fbd40da7ef842c04b5842e7b2a83c (diff)
downloadbcm5719-llvm-9bace26a690a778ec0f09a9aae9537dfbdb6f42f.tar.gz
bcm5719-llvm-9bace26a690a778ec0f09a9aae9537dfbdb6f42f.zip
[lldb][NFC] Remove all `setUp` overrides that only call the parent implementation
Summary: A lot of our tests copied the setUp code from our TestSampleTest.py: ``` def setUp(self): # Call super's setUp(). TestBase.setUp(self) ``` This code does nothing unless we actually do any setUp work in there, so let's remove all these method definitions. Reviewers: labath, JDevlieghere Reviewed By: labath Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D71454
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.py4
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."""
OpenPOWER on IntegriCloud