summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-28 00:21:34 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-28 00:21:34 (GMT)
commit7db15fe9d9f42b73b8dad4d13965259de2eea09f (patch)
treea29cc76b1d498b76d8d228e18345ae60c065121c /Lib/test/regrtest.py
parentda0c025a43bd1c7c9279475ebd8f9edee9e41a0b (diff)
downloadcpython-7db15fe9d9f42b73b8dad4d13965259de2eea09f.zip
cpython-7db15fe9d9f42b73b8dad4d13965259de2eea09f.tar.gz
cpython-7db15fe9d9f42b73b8dad4d13965259de2eea09f.tar.bz2
test_future3.py is a regular test file, and should be part of the test suite
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index aed565b..36b4a72 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -487,7 +487,6 @@ NOTTESTS = [
'test_support',
'test_future1',
'test_future2',
- 'test_future3',
]
def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):