Author: Hakan Ardo <ha...@debian.org>
Branch: jit-targets
Changeset: r48926:340cdb94a9f5
Date: 2011-11-08 10:31 +0100
http://bitbucket.org/pypy/pypy/changeset/340cdb94a9f5/

Log:    fix test

diff --git a/pypy/jit/metainterp/test/test_exception.py 
b/pypy/jit/metainterp/test/test_exception.py
--- a/pypy/jit/metainterp/test/test_exception.py
+++ b/pypy/jit/metainterp/test/test_exception.py
@@ -35,7 +35,7 @@
             return n
         res = self.meta_interp(f, [10])
         assert res == 0
-        self.check_resops({'jump': 2, 'guard_true': 2,
+        self.check_resops({'jump': 1, 'guard_true': 2,
                            'int_gt': 2, 'int_sub': 2})
 
     def test_bridge_from_guard_exception(self):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to