Author: Carl Friedrich Bolz <[email protected]>
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 
.*>)
             }}}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to