diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py b/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py index 02abd354906..2a2768195d4 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py @@ -12,10 +12,6 @@ class TestInterruptThreadNames(TestBase): mydir = TestBase.compute_mydir(__file__) - def setUp(self): - # Call super's setUp(). - TestBase.setUp(self) - @skipUnlessDarwin @add_test_categories(['pyapi']) def test_with_python_api(self): |