[pypy-commit] pypy jitframe-on-heap: fix the test

fijal noreply at buildbot.pypy.org
Fri Mar 8 15:23:54 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitframe-on-heap
Changeset: r62236:557de6bbfcc1
Date: 2013-03-08 16:22 +0200
http://bitbucket.org/pypy/pypy/changeset/557de6bbfcc1/

Log:	fix the test

diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py b/rpython/jit/backend/llsupport/test/test_rewrite.py
--- a/rpython/jit/backend/llsupport/test/test_rewrite.py
+++ b/rpython/jit/backend/llsupport/test/test_rewrite.py
@@ -106,6 +106,8 @@
     pass
 
 class BaseFakeCPU(object):
+    JITFRAME_FIXED_SIZE = 0
+    
     def __init__(self):
         self.tracker = FakeTracker()
         self._cache = {}


More information about the pypy-commit mailing list