[pypy-commit] pypy dict-strategies: this has changed with the introduction of dict strategies

cfbolz noreply at buildbot.pypy.org
Thu Jun 30 11:46:36 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: dict-strategies
Changeset: r45194:abbf80b39815
Date: 2011-06-30 11:44 +0200
http://bitbucket.org/pypy/pypy/changeset/abbf80b39815/

Log:	this has changed with the introduction of 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
@@ -66,7 +66,7 @@
         ops = entry_bridge.ops_by_id('cond', opcode='LOAD_GLOBAL')
         assert log.opnames(ops) == ["guard_value",
                                     "getfield_gc", "guard_value",
-                                    "getfield_gc", "guard_isnull",
+                                    "getfield_gc", "guard_value",
                                     "getfield_gc", "guard_nonnull_class"]
         # LOAD_GLOBAL of OFFSET but in different function partially folded
         # away


More information about the pypy-commit mailing list