[pypy-svn] r4999 - pypy/trunk/src/pypy/translator/test

arigo at codespeak.net arigo at codespeak.net
Sun Jun 6 14:59:39 CEST 2004


Author: arigo
Date: Sun Jun  6 14:59:38 2004
New Revision: 4999

Modified:
   pypy/trunk/src/pypy/translator/test/test_cltrans.py
Log:
(copied from r4971 by mwh)
require flowobjspace for test_cltrans


Modified: pypy/trunk/src/pypy/translator/test/test_cltrans.py
==============================================================================
--- pypy/trunk/src/pypy/translator/test/test_cltrans.py	(original)
+++ pypy/trunk/src/pypy/translator/test/test_cltrans.py	Sun Jun  6 14:59:38 2004
@@ -42,6 +42,7 @@
 class GenCLTestCase(testit.IntTestCase):
 
     def setUp(self):
+        self.space = testit.objspace('flow')        
         if not global_cl:
             raise (testit.TestSkip,
                    "Common Lisp neither configured nor detected.")



More information about the Pypy-commit mailing list