diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py b/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py index 497f99f7dd9..64686afe627 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py +++ b/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py @@ -24,10 +24,6 @@ class TestStopHooks(TestBase): self.main_source_file = lldb.SBFileSpec("main.c") self.step_out_test() - def setUp(self): - # Call super's setUp(). - TestBase.setUp(self) - def step_out_test(self): (target, process, thread, bkpt) = lldbutil.run_to_source_breakpoint(self, "Set a breakpoint here", self.main_source_file) |