summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-02-03 11:54:39 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-02-03 11:54:39 (GMT)
commit7a2d7a74fc73aa791260625a8592edbdefb5012f (patch)
tree38896f6dc2a215402a7a19951b16d54a0df46446 /Lib/test/regrtest.py
parentca3fec716203db814e297894c09e1daa8fbbef25 (diff)
downloadcpython-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)
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
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',