--- a/pypy/interpreter/test/test_app_main.py Thu Nov 14 03:50:49
2013 -0500
+++ b/pypy/interpreter/test/test_app_main.py Sun Nov 17 07:46:26 2013
+0800
@@ -942,7 +942,8 @@
self.w_tmp_dir = self.space.wrap(tmp_dir)
- foo_py = prefix.join('foo.py').write("pass")
+ foo_py = prefix.join('foo.py')
+ foo_py.write("pass")
self.w_foo_py = self.space.wrap(str(foo_py))
def test_setup_bootstrap_path(self):
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev