Author: Brian Kearns <bdkea...@gmail.com> Branch: use-file-star-for-file Changeset: r73586:ef3178a40f55 Date: 2014-09-17 15:50 -0400 http://bitbucket.org/pypy/pypy/changeset/ef3178a40f55/
Log: reenable this test diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule.py --- a/pypy/module/sys/test/test_sysmodule.py +++ b/pypy/module/sys/test/test_sysmodule.py @@ -91,9 +91,9 @@ assert isinstance(sys.__stderr__, file) assert isinstance(sys.__stdin__, file) - #assert sys.__stdin__.name == "<stdin>" - #assert sys.__stdout__.name == "<stdout>" - #assert sys.__stderr__.name == "<stderr>" + assert sys.__stdin__.name == "<stdin>" + assert sys.__stdout__.name == "<stdout>" + assert sys.__stderr__.name == "<stderr>" if self.appdirect and not isinstance(sys.stdin, file): return _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit