[pypy-svn] r53725 - pypy/branch/io-improvements/pypy/rpython/module/test

fijal at codespeak.net fijal at codespeak.net
Sat Apr 12 18:40:57 CEST 2008


Author: fijal
Date: Sat Apr 12 18:40:56 2008
New Revision: 53725

Modified:
   pypy/branch/io-improvements/pypy/rpython/module/test/test_posix.py
Log:
This test stopped making sense.


Modified: pypy/branch/io-improvements/pypy/rpython/module/test/test_posix.py
==============================================================================
--- pypy/branch/io-improvements/pypy/rpython/module/test/test_posix.py	(original)
+++ pypy/branch/io-improvements/pypy/rpython/module/test/test_posix.py	Sat Apr 12 18:40:56 2008
@@ -154,12 +154,6 @@
 class TestLLtype(BaseTestPosix, LLRtypeMixin):
     pass
 
-class TestLLtypeNonMovingGc(BaseTestPosix, LLRtypeMixin):
-    def interpret(self, f, args):
-        return f(*args)
-    
-    MOVING_GC = False
-
 class TestOOtype(BaseTestPosix, OORtypeMixin):
     def test_fstat(self):
         py.test.skip("ootypesystem does not support os.fstat")



More information about the Pypy-commit mailing list