Commit c1de4cca authored by Benjamin Peterson's avatar Benjamin Peterson

fix test_descr

parent c0747cf5
......@@ -1020,7 +1020,7 @@ order (MRO) for bases """
def __del__(self_):
self.assertEqual(self_.a, 1)
self.assertEqual(self_.b, 2)
with test_support.captured_output('stderr') as s:
with support.captured_output('stderr') as s:
h = H()
del h
self.assertEqual(s.getvalue(), '')
......
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