Author: Alex Gaynor <[email protected]>
Branch: inline-dict-ops
Changeset: r48289:99db09a93a34
Date: 2011-10-20 20:43 -0400
http://bitbucket.org/pypy/pypy/changeset/99db09a93a34/
Log: fix this test in full
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 <>>)
+ p33 = getinteriorfield_gc(p18, i28, <InteriorFieldDescr
<GcPtrFieldDescr dictentry.value .*>>)
...
""")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit