[pypy-commit] pypy virtual-raw-mallocs: fix after the renaming

antocuni noreply at buildbot.pypy.org
Thu Apr 11 12:04:38 CEST 2013


Author: Antonio Cuni <anto.cuni at gmail.com>
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]
 
 # ____________________________________________________________
 


More information about the pypy-commit mailing list