[pypy-commit] pypy default: Oups, sorry.

arigo noreply at buildbot.pypy.org
Mon Dec 5 11:57:32 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r50167:1f76b745f839
Date: 2011-12-05 11:57 +0100
http://bitbucket.org/pypy/pypy/changeset/1f76b745f839/

Log:	Oups, sorry.

diff --git a/pypy/jit/backend/x86/test/test_zrpy_gc.py b/pypy/jit/backend/x86/test/test_zrpy_gc.py
--- a/pypy/jit/backend/x86/test/test_zrpy_gc.py
+++ b/pypy/jit/backend/x86/test/test_zrpy_gc.py
@@ -490,6 +490,7 @@
                 check(a[i].y.i == n + i * 100 + 2)
                 check(a[i].z.i == n + i * 100 + 3)
                 i += 1
+            n -= x.foo
             return n, x, x0, x1, x2, x3, x4, x5, x6, x7, l, s
         f(123, *[None]*11)  # check that the check() are ok
         return None, f, None


More information about the pypy-commit mailing list