[pypy-svn] r78240 - pypy/trunk/pypy/jit/codewriter/test

arigo at codespeak.net arigo at codespeak.net
Sun Oct 24 13:27:26 CEST 2010


Author: arigo
Date: Sun Oct 24 13:27:25 2010
New Revision: 78240

Modified:
   pypy/trunk/pypy/jit/codewriter/test/test_jtransform.py
Log:
Fix the test.


Modified: pypy/trunk/pypy/jit/codewriter/test/test_jtransform.py
==============================================================================
--- pypy/trunk/pypy/jit/codewriter/test/test_jtransform.py	(original)
+++ pypy/trunk/pypy/jit/codewriter/test/test_jtransform.py	Sun Oct 24 13:27:25 2010
@@ -691,6 +691,7 @@
     class FakeJitDriverSD:
         index = 42
         class jitdriver:
+            active = True
             greens = ['green1', 'green2', 'voidgreen3']
             reds = ['red1', 'red2', 'voidred3']
     jd = FakeJitDriverSD()



More information about the Pypy-commit mailing list