Author: Antonio Cuni <[email protected]>
Branch: virtual-raw-mallocs
Changeset: r63223:5eb58cc8fa1e
Date: 2013-04-09 17:02 +0100
http://bitbucket.org/pypy/pypy/changeset/5eb58cc8fa1e/

Log:    fix after the renaming

diff --git a/rpython/jit/metainterp/test/test_resume.py 
b/rpython/jit/metainterp/test/test_resume.py
--- a/rpython/jit/metainterp/test/test_resume.py
+++ b/rpython/jit/metainterp/test/test_resume.py
@@ -249,7 +249,7 @@
     reader = ResumeDataDirectReader(MyMetaInterp(None), FakeStorage(),
                                     "deadframe")
     cache = reader.force_all_virtuals()
-    assert cache.virtuals_ptr_cache == ["allocated", reader.virtual_default]
+    assert cache.virtuals_ptr_cache == ["allocated", 
reader.virtual_ptr_default]
 
 # ____________________________________________________________
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to