Author: Alex Gaynor <alex.gay...@gmail.com> Branch: Changeset: r47656:c54d4c8c465a Date: 2011-09-28 10:19 -0400 http://bitbucket.org/pypy/pypy/changeset/c54d4c8c465a/
Log: fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_min_max.py b/pypy/module/pypyjit/test_pypy_c/test_min_max.py --- a/pypy/module/pypyjit/test_pypy_c/test_min_max.py +++ b/pypy/module/pypyjit/test_pypy_c/test_min_max.py @@ -42,7 +42,7 @@ assert len(guards) < 20 assert loop.match_by_id('max',""" ... - p76 = call_may_force(ConstClass(min_max_loop__max), _, _, descr=...) + p76 = call_may_force(ConstClass(min_max_trampoline), _, _, descr=...) ... """) @@ -63,6 +63,6 @@ assert len(guards) < 20 assert loop.match_by_id('max',""" ... - p76 = call_may_force(ConstClass(min_max_loop__max), _, _, descr=...) + p76 = call_may_force(ConstClass(min_max_trampoline), _, _, descr=...) ... """) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit