From: Walter Dörwald Date: Mon, 3 Feb 2003 11:54:39 +0000 (+0000) Subject: Remove test_b1 and test_b2 from the list of tests X-Git-Tag: v2.3c1~2092 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a2d7a74fc73aa791260625a8592edbdefb5012f;p=python 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) --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index e734bf9cb3..8e3a1222c1 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',