[pypy-svn] r64860 - pypy/branch/pyjitpl5/pypy/jit/backend/test

arigo at codespeak.net arigo at codespeak.net
Thu Apr 30 15:45:34 CEST 2009


Author: arigo
Date: Thu Apr 30 15:45:33 2009
New Revision: 64860

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/test/support.py
Log:
One more missing attribute.


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/test/support.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/test/support.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/test/support.py	Thu Apr 30 15:45:33 2009
@@ -6,6 +6,7 @@
 
     type_system = None
     CPUClass = None
+    basic = False
 
     def _get_TranslationContext(self):
         return TranslationContext()



More information about the Pypy-commit mailing list