mirror of https://github.com/python/cpython.git
Fix failing test committed by accident.
This commit is contained in:
parent
1b9e95339d
commit
db003cb3d1
|
@ -2196,7 +2196,7 @@ def testFoo(self):
|
|||
|
||||
class Foo(unittest.TestCase):
|
||||
def runTest(self): pass
|
||||
def test1(self): 1/0
|
||||
def test1(self): pass
|
||||
|
||||
class Bar(Foo):
|
||||
def test2(self): pass
|
||||
|
|
Loading…
Reference in New Issue