[pypy-commit] pypy use-file-star-for-file: fix test_pytrace

bdkearns noreply at buildbot.pypy.org
Thu Sep 11 05:07:36 CEST 2014


Author: Brian Kearns <bdkearns at 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


More information about the pypy-commit mailing list