diff options
| author | Benjamin Peterson <benjamin@python.org> | 2016-04-16 22:02:23 (GMT) | 
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2016-04-16 22:02:23 (GMT) | 
| commit | 8917226e4aa34e63f71992a4e189d75e98ad5c11 (patch) | |
| tree | 6a934e372673cfdc1ab0a511ec26634b7e04aace /Lib/test/test_slice.py | |
| parent | 2b601d39058dbcd0881ffaab40eeb4981f431fc8 (diff) | |
| download | cpython-8917226e4aa34e63f71992a4e189d75e98ad5c11.zip cpython-8917226e4aa34e63f71992a4e189d75e98ad5c11.tar.gz cpython-8917226e4aa34e63f71992a4e189d75e98ad5c11.tar.bz2  | |
test_support -> support
Diffstat (limited to 'Lib/test/test_slice.py')
| -rw-r--r-- | Lib/test/test_slice.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_slice.py b/Lib/test/test_slice.py index 5e76655..4ae4142 100644 --- a/Lib/test/test_slice.py +++ b/Lib/test/test_slice.py @@ -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__":  | 
