From ad9604003ccfcf956375bbc2aeaac078b7bc9b23 Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Thu, 31 Jul 2008 21:35:03 +0000 Subject: [PATCH] Remove a dummy test that was checked in by mistake --- Lib/test/test_exceptions.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 5a0039e168a..c3a93082bf5 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -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.