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

hakanardo at codespeak.net hakanardo at codespeak.net
Sun Oct 31 15:00:10 CET 2010


Author: hakanardo
Date: Sun Oct 31 15:00:03 2010
New Revision: 78610

Modified:
   pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop.py
Log:
fixed comment

Modified: pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop.py
==============================================================================
--- pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop.py	(original)
+++ pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_loop.py	Sun Oct 31 15:00:03 2010
@@ -402,7 +402,7 @@
             self.check_tree_loop_count(2)   # 1 loop, 1 bridge from interp
         else:
             self.check_loop_count(2)
-            self.check_tree_loop_count(1)   # 1 loop, 1 bridge from interp
+            self.check_tree_loop_count(1)   # 1 loop, callable from the interp
 
     def test_example(self):
         myjitdriver = JitDriver(greens = ['i'],



More information about the Pypy-commit mailing list