Author: Maciej Fijalkowski <[email protected]>
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 = {}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to