mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove dead code in test_exceptions.
This commit is contained in:
@@ -953,8 +953,5 @@ class ImportErrorTests(unittest.TestCase):
|
||||
self.assertEqual(str(arg), str(exc))
|
||||
|
||||
|
||||
def test_main():
|
||||
run_unittest(ExceptionTests, ImportErrorTests)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user