summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecencodings_kr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_codecencodings_kr.py')
-rw-r--r--Lib/test/test_codecencodings_kr.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/test/test_codecencodings_kr.py b/Lib/test/test_codecencodings_kr.py
index cd7696a..b6a74fb 100644
--- a/Lib/test/test_codecencodings_kr.py
+++ b/Lib/test/test_codecencodings_kr.py
@@ -66,8 +66,5 @@ class Test_JOHAB(multibytecodec_support.TestBase, unittest.TestCase):
(b"\x8CBxy", "replace", "\uFFFDBxy"),
)
-def test_main():
- support.run_unittest(__name__)
-
if __name__ == "__main__":
- test_main()
+ unittest.main()