summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email_codecs.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_email_codecs.py')
-rw-r--r--Lib/test/test_email_codecs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_email_codecs.py b/Lib/test/test_email_codecs.py
index c550a6f..8951f81 100644
--- a/Lib/test/test_email_codecs.py
+++ b/Lib/test/test_email_codecs.py
@@ -9,7 +9,7 @@ from test import test_support
def test_main():
suite = test_email_codecs.suite()
suite.addTest(test_email_codecs_renamed.suite())
- test_support.run_suite(suite)
+ test_support.run_unittest(suite)
if __name__ == '__main__':
test_main()