]> granicus.if.org Git - python/commitdiff
Remove a dummy test that was checked in by mistake
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 31 Jul 2008 21:35:03 +0000 (21:35 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 31 Jul 2008 21:35:03 +0000 (21:35 +0000)
Lib/test/test_exceptions.py

index 5a0039e168a2ff012610ed4e317176e49c6e4104..c3a93082bf533f8cc82a0f90a0700b97bd8cf621 100644 (file)
@@ -13,14 +13,6 @@ from test.test_pep352 import ignore_message_warning
 
 class ExceptionTests(unittest.TestCase):
 
-    def test00(self):
-        try:
-            sys.exit(ValueError('aaa'))
-        except SystemExit:
-            pass
-        finally:
-            pass
-
     def testReload(self):
         # Reloading the built-in exceptions module failed prior to Py2.2, while it
         # should act the same as reloading built-in sys.