Author: Maciej Fijalkowski <[email protected]>
Branch: backend-vector-ops
Changeset: r52020:6444c851ac68
Date: 2012-02-01 16:08 +0200
http://bitbucket.org/pypy/pypy/changeset/6444c851ac68/

Log:    another test fix

diff --git a/pypy/jit/backend/x86/test/test_regalloc.py 
b/pypy/jit/backend/x86/test/test_regalloc.py
--- a/pypy/jit/backend/x86/test/test_regalloc.py
+++ b/pypy/jit/backend/x86/test/test_regalloc.py
@@ -54,7 +54,7 @@
     def dump(self, *args):
         pass
 
-    def regalloc_mov(self, from_loc, to_loc):
+    def regalloc_mov(self, box, from_loc, to_loc):
         self.movs.append((from_loc, to_loc))
 
     def regalloc_perform(self, op, arglocs, resloc):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to