summaryrefslogtreecommitdiff
path: root/Lib/test/test_sys.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r--Lib/test/test_sys.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 0f93610a90..2b9abfc91c 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -889,9 +889,6 @@ class SizeofTest(unittest.TestCase):
# _ast.AST
import _ast
check(_ast.AST(), size(h + 'P'))
- # imp.NullImporter
- import imp
- check(imp.NullImporter(self.file.name), size(h + ''))
try:
raise TypeError
except TypeError: