Author: Alex Gaynor <alex.gay...@gmail.com> Branch: Changeset: r46873:4cb1cf2c1496 Date: 2011-08-28 18:02 -0400 http://bitbucket.org/pypy/pypy/changeset/4cb1cf2c1496/
Log: fix this test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_math.py b/pypy/module/pypyjit/test_pypy_c/test_math.py --- a/pypy/module/pypyjit/test_pypy_c/test_math.py +++ b/pypy/module/pypyjit/test_pypy_c/test_math.py @@ -78,6 +78,7 @@ assert loop.match(""" i1 = int_gt(i0, 0) guard_true(i1, descr=...) + guard_not_invalidated(descr=...) f1 = cast_int_to_float(i0) i2 = float_eq(f1, inf) i3 = float_eq(f1, -inf) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit