diff options
Diffstat (limited to 'Lib/test/test_site.py')
| -rw-r--r-- | Lib/test/test_site.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py index 5b3d961..40db067 100644 --- a/Lib/test/test_site.py +++ b/Lib/test/test_site.py @@ -450,7 +450,7 @@ class StartupImportTests(unittest.TestCase): collection_mods = {'_collections', 'collections', 'functools', 'heapq', 'itertools', 'keyword', 'operator', 'reprlib', 'types', 'weakref'} - self.assertFalse(modules.intersection(re_mods), stderr) + self.assertFalse(modules.intersection(collection_mods), stderr) if __name__ == "__main__": |
