]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
don't write duplicate tests
authorBenjamin Peterson <benjamin@python.org>
Sun, 21 Mar 2010 19:56:37 +0000 (19:56 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 21 Mar 2010 19:56:37 +0000 (19:56 +0000)
Lib/test/test_extcall.py

index 8f6629b2400b0efc7f89cfa2dc458327f47b28fb..3eea1213313869b24ffe3022d0d76e85aab041e4 100644 (file)
@@ -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