Author: mattip <[email protected]>
Branch: numpy-fixes
Changeset: r77283:71bcb7568577
Date: 2015-05-10 21:57 +0300
http://bitbucket.org/pypy/pypy/changeset/71bcb7568577/

Log:    adjust jit ops (again)

diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py 
b/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
--- a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
@@ -151,7 +151,7 @@
             f86 = float_add(f74, f85)
             i87 = int_add(i76, 1)
             --TICK--
-            jump(p0, p1, p5, p6, p7, p8, p11, p13, f86, p17, i87, i62, p42, 
i58, p48, i41, i64, i70, descr=...)
+            jump(p0, p1, p6, p7, p8, p11, p13, f86, p17, i87, i62, p42, i58, 
p48, i41, i64, i70, descr=...)
         """)
 
     def test_array_flatiter_next(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to