[lldb][test] Remove empty setUp/tearDown methods (NFC)
This commit is contained in:
@@ -14,12 +14,6 @@ class ScriptedProcesTestCase(TestBase):
|
||||
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
def setUp(self):
|
||||
TestBase.setUp(self)
|
||||
|
||||
def tearDown(self):
|
||||
TestBase.tearDown(self)
|
||||
|
||||
def test_python_plugin_package(self):
|
||||
"""Test that the lldb python module has a `plugins.scripted_process`
|
||||
package."""
|
||||
|
||||
Reference in New Issue
Block a user