Author: Hakan Ardo <[email protected]>
Branch: jit-targets
Changeset: r48871:7b0d8d8b3d9b
Date: 2011-11-07 16:57 +0100
http://bitbucket.org/pypy/pypy/changeset/7b0d8d8b3d9b/
Log: fix test
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/test_ajit.py
+++ b/pypy/jit/metainterp/test/test_ajit.py
@@ -1733,7 +1733,7 @@
self.check_loop_count(5)
self.check_resops({'guard_class': 2, 'int_gt': 4,
'getfield_gc': 4, 'guard_true': 4,
- 'int_sub': 4, 'jump': 4, 'int_mul': 2,
+ 'int_sub': 4, 'jump': 2, 'int_mul': 2,
'int_add': 2})
def test_multiple_specialied_versions_array(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit