Author: Brian Kearns <bdkea...@gmail.com> Branch: use-file-star-for-file Changeset: r73442:05cdfb9505fa Date: 2014-09-10 23:07 -0400 http://bitbucket.org/pypy/pypy/changeset/05cdfb9505fa/
Log: fix test_pytrace diff --git a/pypy/interpreter/test/test_zpy.py b/pypy/interpreter/test/test_zpy.py --- a/pypy/interpreter/test/test_zpy.py +++ b/pypy/interpreter/test/test_zpy.py @@ -114,7 +114,7 @@ '>>>> ') in output assert ('\t<module>: LOAD_NAME 0 (x)\n' '\t<module>: PRINT_EXPR 0 \n' - # '5\n' --- this line sent to stderr + '5\n' '\t<module>: LOAD_CONST 0 (None)\n' '\t<module>: RETURN_VALUE 0 \n' '>>>> ') in output _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit