Author: Armin Rigo <[email protected]>
Branch:
Changeset: r63375:4283488d0fc2
Date: 2013-04-15 17:53 +0200
http://bitbucket.org/pypy/pypy/changeset/4283488d0fc2/
Log: I argue that "-42" looks more like nonsense than "0".
diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py
b/rpython/jit/backend/llsupport/test/test_gc_integration.py
--- a/rpython/jit/backend/llsupport/test/test_gc_integration.py
+++ b/rpython/jit/backend/llsupport/test/test_gc_integration.py
@@ -678,7 +678,7 @@
frame = rffi.cast(JITFRAMEPTR, cpu.gc_ll_descr.gcrootmap.stack[0])
assert getmap(frame).count('1') == 7 #
copied_stack[0] = cpu.gc_ll_descr.gcrootmap.stack[0]
- cpu.gc_ll_descr.gcrootmap.stack[0] = 0
+ cpu.gc_ll_descr.gcrootmap.stack[0] = -42
l.append("before")
def after():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit