[pypy-svn] r78461 - pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test

arigo at codespeak.net arigo at codespeak.net
Fri Oct 29 13:34:19 CEST 2010


Author: arigo
Date: Fri Oct 29 13:34:17 2010
New Revision: 78461

Modified:
   pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop_spec.py
Log:
Fix the test.


Modified: pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop_spec.py
==============================================================================
--- pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop_spec.py	(original)
+++ pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop_spec.py	Fri Oct 29 13:34:17 2010
@@ -7,7 +7,6 @@
     optimizer = OPTIMIZER_FULL
     automatic_promotion_result = {
         'int_add' : 3, 'int_gt' : 1, 'guard_false' : 1, 'jump' : 1, 
-        'guard_value' : 1
     }
 
     # ====> test_loop.py



More information about the Pypy-commit mailing list