Author: Remi Meier <remi.me...@gmail.com> Branch: guard-compatible Changeset: r94062:f55580d6252b Date: 2018-03-22 09:40 +0100 http://bitbucket.org/pypy/pypy/changeset/f55580d6252b/
Log: (arigato, remi) it seems to us that the current output of the test is correct and better diff --git a/rpython/jit/metainterp/test/test_compatible.py b/rpython/jit/metainterp/test/test_compatible.py --- a/rpython/jit/metainterp/test/test_compatible.py +++ b/rpython/jit/metainterp/test/test_compatible.py @@ -606,7 +606,7 @@ x = self.meta_interp(main, [False]) assert x < 70 - self.check_trace_count(5) + self.check_trace_count(6) self.check_resops(call_i=0) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit