summaryrefslogtreecommitdiff
path: root/Lib/test/test_exceptions.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-07-04 18:04:20 -0400
committerBrett Cannon <brett@python.org>2013-07-04 18:04:20 -0400
commit3dfd23245be19ff95cf50fe93c428dabf2ff90e7 (patch)
treedbebcd098995af1ec178500627c78a3217c51b0e /Lib/test/test_exceptions.py
parentfc4b5b9a429d69ea7073f99689f7d65afd849c6c (diff)
downloadcpython-git-3dfd23245be19ff95cf50fe93c428dabf2ff90e7.tar.gz
Remove dead code in test_exceptions.
Diffstat (limited to 'Lib/test/test_exceptions.py')
-rw-r--r--Lib/test/test_exceptions.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py
index 2f39d4b864..f0851bdbe2 100644
--- a/Lib/test/test_exceptions.py
+++ b/Lib/test/test_exceptions.py
@@ -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()