[pypy-svn] r64705 - pypy/branch/pyjitpl5/pypy/jit/metainterp/test

arigo at codespeak.net arigo at codespeak.net
Sun Apr 26 20:18:39 CEST 2009


Author: arigo
Date: Sun Apr 26 20:18:38 2009
New Revision: 64705

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py
Log:
Probably an accidental checkin.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py	Sun Apr 26 20:18:38 2009
@@ -95,7 +95,7 @@
                     pass
                 pattern >>= 1
         self.meta_interp(f, [0xF0F0])
-        self.check_loop_count(3)
+        self.check_loop_count(2)
 
     def test_interp_simple(self):
         myjitdriver = JitDriver(greens = ['i'], reds = ['x', 'y'])



More information about the Pypy-commit mailing list