Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r62140:20c676368ee9
Date: 2013-03-06 23:12 +0200
http://bitbucket.org/pypy/pypy/changeset/20c676368ee9/

Log:    another fix

diff --git a/rpython/jit/backend/arm/test/test_assembler.py 
b/rpython/jit/backend/arm/test/test_assembler.py
--- a/rpython/jit/backend/arm/test/test_assembler.py
+++ b/rpython/jit/backend/arm/test/test_assembler.py
@@ -24,7 +24,7 @@
         clt = CompiledLoopToken(cpu, 0)
         clt.allgcrefs = []
         token.compiled_loop_token = clt
-        self.a.setup(token, [])
+        self.a.setup(token)
 
     def test_make_operation_list(self):
         i = rop.INT_ADD
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to