Author: Armin Rigo <[email protected]>
Branch: py3.6
Changeset: r96050:7c0f6e15febc
Date: 2019-02-18 10:59 +0100
http://bitbucket.org/pypy/pypy/changeset/7c0f6e15febc/
Log: Goes with 53322e432860
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
@@ -132,8 +132,7 @@
ops = entry_bridge.ops_by_id('meth1', opcode='LOOKUP_METHOD')
assert log.opnames(ops) == ['guard_value', 'getfield_gc_r',
'guard_value',
- 'guard_not_invalidated',
- 'getfield_gc_r']
+ 'guard_not_invalidated']
# the second LOOKUP_METHOD is folded away
assert list(entry_bridge.ops_by_id('meth2', opcode='LOOKUP_METHOD'))
== []
#
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit