commit | f28fcff17d9f777eab52126a9c8a984cac17a9ec | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Mar 12 11:19:19 2012 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Mar 12 11:19:19 2012 -0700 |
tree | da466e7b119ec42717c022d8cd09fc630989d334 | |
parent | 518cf94ad79503fb16475ccc29592b390e7b19da [diff] |
adjust for change in AST type
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 551c3a5..9f6af7f 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py
@@ -882,7 +882,7 @@ 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 + ''))