diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 11:54:39 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 11:54:39 (GMT) |
commit | 7a2d7a74fc73aa791260625a8592edbdefb5012f (patch) | |
tree | 38896f6dc2a215402a7a19951b16d54a0df46446 | |
parent | ca3fec716203db814e297894c09e1daa8fbbef25 (diff) | |
download | cpython-7a2d7a74fc73aa791260625a8592edbdefb5012f.zip cpython-7a2d7a74fc73aa791260625a8592edbdefb5012f.tar.gz cpython-7a2d7a74fc73aa791260625a8592edbdefb5012f.tar.bz2 |
Remove test_b1 and test_b2 from the list of tests
that are no real tests, because test_b1 and
test_b2 no longer exist. (Spotted by Raymond Hettinger)
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index e734bf9..8e3a122 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -338,8 +338,6 @@ STDTESTS = [ NOTTESTS = [ 'test_support', - 'test_b1', - 'test_b2', 'test_future1', 'test_future2', 'test_future3', |