mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
test_support -> support
This commit is contained in:
parent
2b601d3905
commit
8917226e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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__":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue