[pypy-svn] r51269 - pypy/branch/jit-refactoring/pypy/jit/rainbow/test

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Feb 4 21:36:57 CET 2008


Author: cfbolz
Date: Mon Feb  4 21:36:56 2008
New Revision: 51269

Modified:
   pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py
Log:
another passing one


Modified: pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py	(original)
+++ pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py	Mon Feb  4 21:36:56 2008
@@ -894,7 +894,6 @@
 
 
     def test_green_with_side_effects(self):
-        py.test.skip("arrays and structs are not working")
         S = lltype.GcStruct('S', ('flag', lltype.Bool))
         s = lltype.malloc(S)
         s.flag = False



More information about the Pypy-commit mailing list