diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index 628d8ef0250..b1e2ae72ac4 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py @@ -58,6 +58,6 @@ def break_yolks(self): # bogus test of new.code() print 'new.code()' -d = new.code(3, 3, 3, 3, codestr, (), (), (), "", "") +d = new.code(3, 3, 3, 3, codestr, (), (), (), "", "", 1, "") if verbose: print d