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

arigo at codespeak.net arigo at codespeak.net
Sun Oct 31 15:39:17 CET 2010


Author: arigo
Date: Sun Oct 31 15:39:16 2010
New Revision: 78617

Modified:
   pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_recursive.py
Log:
Raah.


Modified: pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_recursive.py
==============================================================================
--- pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_recursive.py	(original)
+++ pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_recursive.py	Sun Oct 31 15:39:16 2010
@@ -575,7 +575,7 @@
                 result += f('-c-----------l-', i+100)
         self.meta_interp(g, [10], backendopt=True)
         self.check_aborted_count(1)
-        self.check_history(call_assembler=1, call=0)
+        self.check_loops(call_assembler=1, call=0)
         self.check_tree_loop_count(3)
 
     def test_directly_call_assembler(self):



More information about the Pypy-commit mailing list