diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-28 00:21:34 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-28 00:21:34 (GMT) |
commit | 7db15fe9d9f42b73b8dad4d13965259de2eea09f (patch) | |
tree | a29cc76b1d498b76d8d228e18345ae60c065121c /Lib | |
parent | da0c025a43bd1c7c9279475ebd8f9edee9e41a0b (diff) | |
download | cpython-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')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
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): |