[pypy-svn] r67247 - pypy/branch/pyjitpl5/pypy/jit/metainterp/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Aug 27 16:20:33 CEST 2009


Author: cfbolz
Date: Thu Aug 27 16:20:33 2009
New Revision: 67247

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_send.py
Log:
this is working as well


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_send.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_send.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_send.py	Thu Aug 27 16:20:33 2009
@@ -425,7 +425,6 @@
         self.check_tree_loop_count(2)
 
     def test_bug1(self):
-        py.test.skip("BUG")
         myjitdriver = JitDriver(greens = [], reds = ['node', 'n'])
         class Base:
             pass



More information about the Pypy-commit mailing list