mirror of https://github.com/python/cpython
Fix cut and paste error.
This commit is contained in:
parent
8dd0624660
commit
1bd816e58e
|
@ -349,7 +349,7 @@ class TestErrorHandling(unittest.TestCase):
|
|||
self.assertRaises(TypeError, f, 2, N(s))
|
||||
self.assertRaises(ZeroDivisionError, f, 2, E(s))
|
||||
|
||||
class TestErrorHandling_Python(unittest.TestCase):
|
||||
class TestErrorHandling_Python(TestErrorHandling):
|
||||
module = py_heapq
|
||||
|
||||
class TestErrorHandling_C(TestErrorHandling):
|
||||
|
|
Loading…
Reference in New Issue