[pypy-svn] r70387 - pypy/branch/virtual-forcing/pypy/jit/backend/x86/test

arigo at codespeak.net arigo at codespeak.net
Sun Jan 3 16:44:39 CET 2010


Author: arigo
Date: Sun Jan  3 16:44:38 2010
New Revision: 70387

Modified:
   pypy/branch/virtual-forcing/pypy/jit/backend/x86/test/test_gc_integration.py
Log:
Fix test.


Modified: pypy/branch/virtual-forcing/pypy/jit/backend/x86/test/test_gc_integration.py
==============================================================================
--- pypy/branch/virtual-forcing/pypy/jit/backend/x86/test/test_gc_integration.py	(original)
+++ pypy/branch/virtual-forcing/pypy/jit/backend/x86/test/test_gc_integration.py	Sun Jan  3 16:44:38 2010
@@ -78,7 +78,7 @@
         box = boxes[0]
         regalloc.position = 0
         regalloc.consider_call(ResOperation(rop.CALL, [box], BoxInt(),
-                                            calldescr), None)
+                                            calldescr))
         assert len(regalloc.assembler.movs) == 3
         #
         mark = regalloc.get_mark_gc_roots(cpu.gc_ll_descr.gcrootmap)



More information about the Pypy-commit mailing list