[pypy-svn] r53233 - pypy/branch/jit-hotpath/pypy/jit/rainbow/test

antocuni at codespeak.net antocuni at codespeak.net
Tue Apr 1 17:03:30 CEST 2008


Author: antocuni
Date: Tue Apr  1 17:03:29 2008
New Revision: 53233

Modified:
   pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_vlist.py
Log:
this test passes out of the box



Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_vlist.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_vlist.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_vlist.py	Tue Apr  1 17:03:29 2008
@@ -198,7 +198,6 @@
     def _skip(self):
         py.test.skip('in progress')
 
-    test_enter_block = _skip
     test_merge = _skip
     test_replace = _skip
     test_force = _skip


More information about the pypy-svn mailing list