[pypy-svn] r55959 - pypy/branch/oo-jit/pypy/jit/rainbow/test
antocuni at codespeak.net
antocuni at codespeak.net
Thu Jun 19 14:06:59 CEST 2008
Author: antocuni
Date: Thu Jun 19 14:06:58 2008
New Revision: 55959
Modified:
pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py
Log:
no more tests to skip :-)
Modified: pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py (original)
+++ pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py Thu Jun 19 14:06:58 2008
@@ -2486,7 +2486,3 @@
assert res == 42
self.check_insns({'int_lt': 1, 'int_mul': 1, 'int_sub': 1})
-
- def _skip(self):
- py.test.skip('in progress')
-
More information about the Pypy-commit
mailing list