[pypy-commit] pypy better-error-missing-self: fix test_pypy_c

cfbolz pypy.commits at gmail.com
Tue Oct 4 02:58:59 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: better-error-missing-self
Changeset: r87563:298f8c57213d
Date: 2016-10-04 08:58 +0200
http://bitbucket.org/pypy/pypy/changeset/298f8c57213d/

Log:	fix test_pypy_c

diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py
--- a/pypy/module/pypyjit/test_pypy_c/test_call.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_call.py
@@ -391,6 +391,7 @@
             setfield_gc(p22, ConstPtr(null), descr=<FieldP pypy.interpreter.argument.Arguments.inst_keyword_names_w .*>)
             setfield_gc(p26, ConstPtr(ptr22), descr=<FieldP pypy.objspace.std.listobject.W_ListObject.inst_strategy .*>)
             setfield_gc(p26, ConstPtr(null), descr=<FieldP pypy.objspace.std.listobject.W_ListObject.inst_lstorage .*>)
+            setfield_gc(p56, 0, descr=<FieldU pypy.interpreter.argument.Arguments.inst_methodcall .*>)
             setarrayitem_gc(p24, 0, p26, descr=<ArrayP .>)
             setfield_gc(p22, p24, descr=<FieldP .*Arguments.inst_arguments_w .*>)
             }}}


More information about the pypy-commit mailing list