Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: dict-strategies
Changeset: r45240:91a6ba5c733e
Date: 2011-07-01 19:46 +0200
http://bitbucket.org/pypy/pypy/changeset/91a6ba5c733e/

Log:    another difference with dict strategies

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
@@ -72,7 +72,7 @@
         # away
         # XXX could be improved
         ops = entry_bridge.ops_by_id('add', opcode='LOAD_GLOBAL')
-        assert log.opnames(ops) == ["guard_value", "getfield_gc", 
"guard_isnull"]
+        assert log.opnames(ops) == ["guard_value", "getfield_gc", 
"guard_value"]
         #
         # two LOAD_GLOBAL of f, the second is folded away
         ops = entry_bridge.ops_by_id('call', opcode='LOAD_GLOBAL')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to