mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59: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)
|
||||
w = weakref.ref(o)
|
||||
o = None
|
||||
test_support.gc_collect()
|
||||
support.gc_collect()
|
||||
self.assertIsNone(w())
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue