Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r50894:17fd3576a153
Date: 2011-12-27 13:36 +0200
http://bitbucket.org/pypy/pypy/changeset/17fd3576a153/

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
@@ -18,7 +18,7 @@
         self.seen.append((inputargs, operations, token))
 
 class FakeLogger(object):
-    def log_loop(self, inputargs, operations, number=0, type=None, 
ops_offset=None):
+    def log_loop(self, inputargs, operations, number=0, type=None, 
ops_offset=None, name=''):
         pass
 
     def repr_of_resop(self, op):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to