Author: Hakan Ardo <ha...@debian.org>
Branch: jit-targets
Changeset: r49061:ae7f187cc6fc
Date: 2011-11-09 20:55 +0100
http://bitbucket.org/pypy/pypy/changeset/ae7f187cc6fc/

Log:    fix test

diff --git a/pypy/jit/metainterp/test/test_virtual.py 
b/pypy/jit/metainterp/test/test_virtual.py
--- a/pypy/jit/metainterp/test/test_virtual.py
+++ b/pypy/jit/metainterp/test/test_virtual.py
@@ -391,7 +391,7 @@
         fieldname = self._field_prefix + 'value'
         assert getattr(res, fieldname, -100) == f(21).value
 
-        self.check_jitcell_token_count(2)      # the loop and the entry path
+        self.check_jitcell_token_count(1)   # the loop and the entry path
         # we get:
         #    ENTER             - compile the new loop and entry bridge
         #    ENTER             - compile the leaving path
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to