Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r89589:d03607c05f25
Date: 2017-01-15 18:06 +0100
http://bitbucket.org/pypy/pypy/changeset/d03607c05f25/

Log:    fix test

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
@@ -80,7 +80,7 @@
             i113 = call_may_force_i(ConstClass(str_decode_utf_8_impl), p103, 
1, ConstPtr(null), 1, 0, 0, p104, descr=<Calli . ririiir EF=7>)
             guard_not_forced(descr=...)
             guard_no_exception(descr=...)
-            p116 = 
call_r(ConstClass(ll_build_trampoline__v1351___simple_call__function_), p104, 
descr=<Callr . r EF=5>)
+            p116 = call_r(ConstClass(ll_build_trampoline__), p104, 
descr=<Callr . r EF=5>)
             guard_no_exception(descr=...)
             guard_nonnull(p116, descr=...)
             p118 = getfield_gc_r(ConstPtr(ptr117), descr=<FieldP 
pypy.objspace.std.unicodeobject.W_UnicodeObject.inst__utf8 .>)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to