Commit 8917226e authored by Benjamin Peterson's avatar Benjamin Peterson

test_support -> support

parent 2b601d39
...@@ -248,7 +248,7 @@ class SliceTest(unittest.TestCase): ...@@ -248,7 +248,7 @@ class SliceTest(unittest.TestCase):
o.s = slice(o) o.s = slice(o)
w = weakref.ref(o) w = weakref.ref(o)
o = None o = None
test_support.gc_collect() support.gc_collect()
self.assertIsNone(w()) self.assertIsNone(w())
if __name__ == "__main__": if __name__ == "__main__":
......
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