[pypy-commit] pypy default: Fix the test.
arigo
noreply at buildbot.pypy.org
Fri Mar 2 16:01:45 CET 2012
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r53114:6f07c52e6ee9
Date: 2012-03-02 16:01 +0100
http://bitbucket.org/pypy/pypy/changeset/6f07c52e6ee9/
Log: Fix the test.
diff --git a/pypy/jit/metainterp/test/test_compile.py b/pypy/jit/metainterp/test/test_compile.py
--- a/pypy/jit/metainterp/test/test_compile.py
+++ b/pypy/jit/metainterp/test/test_compile.py
@@ -14,7 +14,7 @@
ts = typesystem.llhelper
def __init__(self):
self.seen = []
- def compile_loop(self, inputargs, operations, token, name=''):
+ def compile_loop(self, inputargs, operations, token, log=True, name=''):
self.seen.append((inputargs, operations, token))
class FakeLogger(object):
More information about the pypy-commit
mailing list