Commit f28fcff1 authored by Benjamin Peterson's avatar Benjamin Peterson

adjust for change in AST type

parent 518cf94a
......@@ -882,7 +882,7 @@ class SizeofTest(unittest.TestCase):
check = self.check_sizeof
# _ast.AST
import _ast
check(_ast.AST(), size(h + ''))
check(_ast.AST(), size(h + 'P'))
# imp.NullImporter
import imp
check(imp.NullImporter(self.file.name), size(h + ''))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment