[pypy-svn] r25833 - pypy/dist/pypy/rpython/memory/test

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Apr 14 21:40:36 CEST 2006


Author: cfbolz
Date: Fri Apr 14 21:40:35 2006
New Revision: 25833

Modified:
   pypy/dist/pypy/rpython/memory/test/test_gctransform.py
Log:
remove chunk


Modified: pypy/dist/pypy/rpython/memory/test/test_gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/test/test_gctransform.py	(original)
+++ pypy/dist/pypy/rpython/memory/test/test_gctransform.py	Fri Apr 14 21:40:35 2006
@@ -1,4 +1,4 @@
-from pypy.rpython.memory import gctransform, support
+from pypy.rpython.memory import gctransform
 from pypy.objspace.flow.model import c_last_exception, Variable
 from pypy.rpython.memory.gctransform import var_needsgc, var_ispyobj
 from pypy.translator.translator import TranslationContext, graphof
@@ -646,7 +646,6 @@
 # tests for FrameworkGCTransformer
 
 def DONT_test_framework_simple():
-    support.AddressLinkedList.unused_chunks = support.FreeList(support.CHUNK_SIZE + 2) # 'leaks' but well
     def g(x):
         return x + 1
     class A(object):



More information about the Pypy-commit mailing list