]> granicus.if.org Git - python/commitdiff
Remove test_b1 and test_b2 from the list of tests
authorWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 11:54:39 +0000 (11:54 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 11:54:39 +0000 (11:54 +0000)
that are no real tests, because test_b1 and
test_b2 no longer exist. (Spotted by Raymond Hettinger)

Lib/test/regrtest.py

index e734bf9cb321919df0b554ed8bbcfc6c48db0db9..8e3a1222c13c42d31374dad4eb29b13455548c51 100755 (executable)
@@ -338,8 +338,6 @@ STDTESTS = [
 
 NOTTESTS = [
     'test_support',
-    'test_b1',
-    'test_b2',
     'test_future1',
     'test_future2',
     'test_future3',