[pypy-commit] pypy jit-targets: fix test

hakanardo noreply at buildbot.pypy.org
Mon Dec 5 08:20:31 CET 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-targets
Changeset: r50162:16988785671d
Date: 2011-12-05 08:20 +0100
http://bitbucket.org/pypy/pypy/changeset/16988785671d/

Log:	fix test

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
@@ -157,7 +157,7 @@
         loop = self.parse(ops)
         regalloc = RegAlloc(self.cpu.assembler, False)
         regalloc.prepare_loop(loop.inputargs, loop.operations,
-                              loop.token, [])
+                              loop.original_jitcell_token, [])
         return regalloc
 
     def getint(self, index):


More information about the pypy-commit mailing list