Kaydet (Commit) ad960400 authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Remove a dummy test that was checked in by mistake

üst 39fd672d
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment