Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r76975:74230ae36a26
Date: 2015-05-02 16:04 +0200
http://bitbucket.org/pypy/pypy/changeset/74230ae36a26/

Log:    Adapt for f01fd6fb3a45

diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py 
b/pypy/module/pypyjit/test_pypy_c/test_misc.py
--- a/pypy/module/pypyjit/test_pypy_c/test_misc.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_misc.py
@@ -65,9 +65,7 @@
         assert loop.match("""
             i7 = int_gt(i4, 1)
             guard_true(i7, descr=...)
-            p9 = call(ConstClass(fromint), i4, descr=...)
-            guard_no_exception(descr=...)
-            p11 = call(ConstClass(rbigint.mul), p5, p9, descr=...)
+            p11 = call(ConstClass(rbigint.int_mul), p5, i4, descr=...)
             guard_no_exception(descr=...)
             i13 = int_sub(i4, 1)
             --TICK--
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to