Author: Armin Rigo <ar...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit