mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Fix failing test committed by accident.
This commit is contained in:
parent
1b9e95339d
commit
db003cb3d1
1 changed files with 1 additions and 1 deletions
|
@ -2196,7 +2196,7 @@ class Test_OldTestResult(unittest.TestCase):
|
||||||
|
|
||||||
class Foo(unittest.TestCase):
|
class Foo(unittest.TestCase):
|
||||||
def runTest(self): pass
|
def runTest(self): pass
|
||||||
def test1(self): 1/0
|
def test1(self): pass
|
||||||
|
|
||||||
class Bar(Foo):
|
class Bar(Foo):
|
||||||
def test2(self): pass
|
def test2(self): pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue