[pypy-commit] pypy inline-dict-ops: fix the numbers

alex_gaynor noreply at buildbot.pypy.org
Fri Oct 21 09:56:07 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: inline-dict-ops
Changeset: r48298:e9121bf561b1
Date: 2011-10-21 03:55 -0400
http://bitbucket.org/pypy/pypy/changeset/e9121bf561b1/

Log:	fix the numbers

diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py
--- a/pypy/module/pypyjit/test_pypy_c/test_containers.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_containers.py
@@ -46,7 +46,7 @@
         assert loop.match_by_id("getitem", """
             i28 = call(ConstClass(ll_dict_lookup__dicttablePtr_objectPtr_Signed), p18, p6, i25, descr=...)
             ...
-            p33 = getinteriorfield_gc(p18, i28, <InteriorFieldDescr <GcPtrFieldDescr dictentry.value .*>>)
+            p33 = getinteriorfield_gc(p31, i26, <InteriorFieldDescr <GcPtrFieldDescr dictentry.value .*>>)
             ...
         """)
 


More information about the pypy-commit mailing list