mirror of https://github.com/python/cpython
don't write duplicate tests
This commit is contained in:
parent
52b32b6d6a
commit
54bc22e9f3
|
@ -272,8 +272,6 @@ the function call setup. See <http://bugs.python.org/issue2016>.
|
|||
1 2
|
||||
"""
|
||||
|
||||
__test__ = {"extcall" : __doc__}
|
||||
|
||||
import unittest
|
||||
import sys
|
||||
from test import test_support
|
||||
|
|
Loading…
Reference in New Issue