[pypy-commit] pypy backend-vector-ops: another test fix

fijal noreply at buildbot.pypy.org
Wed Feb 1 15:08:48 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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):


More information about the pypy-commit mailing list