Commit 1bd816e5 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix cut and paste error.

parent 8dd06246
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment