Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r54138:4b68bb8c88de Date: 2012-04-02 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/4b68bb8c88de/
Log: 64-bit compat. diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/pypyjit/test_pypy_c/test_string.py +++ b/pypy/module/pypyjit/test_pypy_c/test_string.py @@ -214,7 +214,7 @@ loops = log.loops_by_filename(self.filepath) loop, = loops loop.match_by_id('callone', ''' - p114 = call(ConstClass(ll_lower__rpy_stringPtr), p113, descr=<Callr 4 r EF=3>) + p114 = call(ConstClass(ll_lower__rpy_stringPtr), p113, descr=<Callr . r EF=3>) guard_no_exception(descr=...) ''') loop.match_by_id('calltwo', '') # nothing _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit