[pypy-commit] pypy default: fix test (hopefully, 2nd try)

arigo pypy.commits at gmail.com
Sun Jan 21 04:54:01 EST 2018


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r93694:c40886d72bc2
Date: 2018-01-21 10:53 +0100
http://bitbucket.org/pypy/pypy/changeset/c40886d72bc2/

Log:	fix test (hopefully, 2nd try)

diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy/module/pypyjit/test_pypy_c/test_string.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_string.py
@@ -76,7 +76,7 @@
             i23 = strgetitem(p10, i19)
             p25 = newstr(1)
             strsetitem(p25, 0, i23)
-            p93 = call_r(ConstClass(fromstr), p25, 16, 0, descr=<Callr . ri EF=4>)
+            p93 = call_r(ConstClass(fromstr), p25, 16, 0, descr=<Callr . rii EF=4>)
             guard_no_exception(descr=...)
             i95 = getfield_gc_i(p93, descr=<FieldS rpython.rlib.rbigint.rbigint.inst_size .*>)
             i96 = int_gt(i95, #)


More information about the pypy-commit mailing list