Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8917226

Browse files
committed
test_support -> support
1 parent 2b601d3 commit 8917226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class myobj(): pass
248248
o.s = slice(o)
249249
w = weakref.ref(o)
250250
o = None
251-
test_support.gc_collect()
251+
support.gc_collect()
252252
self.assertIsNone(w())
253253

254254
if __name__ == "__main__":

0 commit comments

Comments
 (0)