From 995d556f427d2ac7d3d9f80041adc7c51e80308b Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Wed, 26 Oct 2022 22:05:41 -0700 Subject: [lldb][test] Remove empty setUp/tearDown methods (NFC) --- .../scripted_process/TestStackCoreScriptedProcess.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py') diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py index 773c34c53763..7a6a7ddb4b77 100644 --- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py @@ -14,12 +14,6 @@ class StackCoreScriptedProcesTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True - def setUp(self): - TestBase.setUp(self) - - def tearDown(self): - TestBase.tearDown(self) - def create_stack_skinny_corefile(self, file): self.build() target, process, thread, _ = lldbutil.run_to_source_breakpoint(self, "// break here", -- cgit v1.2.3