diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-21 19:56:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-21 19:56:37 (GMT) |
commit | 54bc22e9f333547ef6183fb79c897aeecc19db14 (patch) | |
tree | 5248caf0d6d163f6f86d67298771a3c04a032d6a /Lib | |
parent | 52b32b6d6af8f71bd3d8d7bc6df82ca836a56cb0 (diff) | |
download | cpython-54bc22e9f333547ef6183fb79c897aeecc19db14.zip cpython-54bc22e9f333547ef6183fb79c897aeecc19db14.tar.gz cpython-54bc22e9f333547ef6183fb79c897aeecc19db14.tar.bz2 |
don't write duplicate tests
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_extcall.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_extcall.py b/Lib/test/test_extcall.py index 8f6629b..3eea121 100644 --- a/Lib/test/test_extcall.py +++ b/Lib/test/test_extcall.py @@ -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 |