From 54bc22e9f333547ef6183fb79c897aeecc19db14 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 21 Mar 2010 19:56:37 +0000 Subject: [PATCH] don't write duplicate tests --- Lib/test/test_extcall.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_extcall.py b/Lib/test/test_extcall.py index 8f6629b2400..3eea1213313 100644 --- a/Lib/test/test_extcall.py +++ b/Lib/test/test_extcall.py @@ -272,8 +272,6 @@ the function call setup. See . 1 2 """ -__test__ = {"extcall" : __doc__} - import unittest import sys from test import test_support