From 7a2d7a74fc73aa791260625a8592edbdefb5012f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 3 Feb 2003 11:54:39 +0000 Subject: 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) --- Lib/test/regrtest.py | 2 -- 1 file changed, 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', -- cgit v0.12