On 26/06/11 13:31, arigo wrote:
> Author: Armin Rigo <ar...@tunes.org>
> Branch: 
> Changeset: r45136:ff284eff23fd
> Date: 2011-06-26 13:37 +0200
> http://bitbucket.org/pypy/pypy/changeset/ff284eff23fd/
> 
> Log:  Fix test_pypy_c.
> 
> diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py 
> b/pypy/module/pypyjit/test_pypy_c/test_array.py
> --- a/pypy/module/pypyjit/test_pypy_c/test_array.py
> +++ b/pypy/module/pypyjit/test_pypy_c/test_array.py
> @@ -46,7 +46,7 @@
>              guard_no_overflow(descr=<Guard4>)
>              i18 = int_add(i7, 1)
>              --TICK--
> -            jump(p0, p1, p2, p3, p4, p5, p6, i18, i16, i9, i10, 
> descr=<Loop0>)
> +            jump(p0, p1, p2, p3, p4, p5, i18, i16, p8, i9, i10, 
> descr=<Loop0>)
>          """)


note for the future: you can also write "..." if you don't care about matching
the parameter list:
jump(..., descr=<Loop0>)

ciao,
Anto
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to