Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r48338:f7b183bbffb3
Date: 2011-10-21 21:27 -0700
http://bitbucket.org/pypy/pypy/changeset/f7b183bbffb3/
Log: fix test
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(p31, i26, <InteriorFieldDescr
<GcPtrFieldDescr dictentry.value .*>>)
+ p33 = getinteriorfield_gc(p31, i26, descr=<InteriorFieldDescr
<GcPtrFieldDescr dictentry.value .*>>)
...
""")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit