[pypy-commit] pypy default: Fix

arigo noreply at buildbot.pypy.org
Thu Oct 23 17:03:52 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r74140:c4dd49a098e8
Date: 2014-10-23 17:01 +0200
http://bitbucket.org/pypy/pypy/changeset/c4dd49a098e8/

Log:	Fix

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
@@ -85,7 +85,7 @@
             i95 = getfield_gc_pure(p93, descr=<FieldS rpython.rlib.rbigint.rbigint.inst_size .*>)
             i96 = int_gt(i95, .*)
             guard_false(i96, descr=...)
-            i94 = call(ConstClass(rbigint._toint_helper), p93, descr=<Calli 8 r EF=3>)
+            i94 = call(ConstClass(rbigint._toint_helper), p93, descr=<Calli . r EF=3>)
             guard_no_exception(descr=...)
             i95 = int_add_ovf(i6, i94)
             guard_no_overflow(descr=...)


More information about the pypy-commit mailing list