Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r45607:ead8a92a4f9f
Date: 2011-07-13 17:15 +0200
http://bitbucket.org/pypy/pypy/changeset/ead8a92a4f9f/
Log: test fix
diff --git a/pypy/jit/backend/arm/test/test_assembler.py
b/pypy/jit/backend/arm/test/test_assembler.py
--- a/pypy/jit/backend/arm/test/test_assembler.py
+++ b/pypy/jit/backend/arm/test/test_assembler.py
@@ -26,6 +26,7 @@
self.a.setup_once()
token = LoopToken()
clt = CompiledLoopToken(cpu, 0)
+ clt.allgcrefs = []
token.compiled_loop_token = clt
self.a.setup(token, [])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit