Remove a dummy test that was checked in by mistake

This commit is contained in:
Amaury Forgeot d'Arc 2008-07-31 21:35:03 +00:00
parent 39fd672dfe
commit ad9604003c
1 changed files with 0 additions and 8 deletions

View 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.