note a really bad test (no time to fix now)

This commit is contained in:
Michael W. Hudson 2004-06-12 16:30:32 +00:00
parent b25aa36f83
commit 84a7f0077c
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ print 'new.code()'
# bogus test of new.code()
# Note: Jython will never have new.code()
if hasattr(new, 'code'):
# XXX should use less criminally bogus arguments!
d = new.code(3, 3, 3, 3, codestr, (), (), (),
"<string>", "<name>", 1, "", (), ())
# test backwards-compatibility version with no freevars or cellvars