[pypy-svn] r59317 - pypy/branch/oo-jit/pypy/jit/codegen/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Wed Oct 22 16:47:44 CEST 2008


Author: antocuni
Date: Wed Oct 22 16:47:43 2008
New Revision: 59317

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py
Log:
good, this test passes now



Modified: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py	Wed Oct 22 16:47:43 2008
@@ -10,7 +10,6 @@
     def skip(self):
         py.test.skip('in progress')
 
-    test_two_promotions = skip
     more_promotes = skip
     mixed_merges = skip
     remembers_across_mp = skip



More information about the Pypy-commit mailing list