diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py b/lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py index ec449fd0c39..48b46f65a78 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py +++ b/lldb/packages/Python/lldbsuite/test/commands/version/TestVersion.py @@ -6,9 +6,6 @@ class VersionTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - def setUp(self): - TestBase.setUp(self) - @no_debug_info_test def test_version(self): # Should work even when people patch the output, |