Author: Antonio Cuni <[email protected]>
Branch: autoreds
Changeset: r58877:762a2ecdaf75
Date: 2012-11-14 11:42 +0100
http://bitbucket.org/pypy/pypy/changeset/762a2ecdaf75/

Log:    fix this test

diff --git a/pypy/jit/codewriter/test/test_jtransform.py 
b/pypy/jit/codewriter/test/test_jtransform.py
--- a/pypy/jit/codewriter/test/test_jtransform.py
+++ b/pypy/jit/codewriter/test/test_jtransform.py
@@ -924,6 +924,7 @@
             active = True
             greens = ['green1', 'green2', 'voidgreen3']
             reds = ['red1', 'red2', 'voidred3']
+            numreds = 3
     jd = FakeJitDriverSD()
     v1 = varoftype(lltype.Signed)
     v2 = varoftype(lltype.Signed)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to