Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r79089:592ce9777d88
Date: 2015-08-20 19:29 +0200
http://bitbucket.org/pypy/pypy/changeset/592ce9777d88/
Log: add a check
diff --git a/rpython/jit/metainterp/test/test_ajit.py
b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpython/jit/metainterp/test/test_ajit.py
+++ b/rpython/jit/metainterp/test/test_ajit.py
@@ -268,6 +268,7 @@
y -= 1
return res
res = self.meta_interp(f, [6, sys.maxint, 48])
+ self.check_trace_count(6)
assert res == f(6, sys.maxint, 48)
def test_loop_invariant_mul_bridge_ovf2(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit