Author: mattip <[email protected]>
Branch: release-5.x
Changeset: r83884:814b194d959c
Date: 2016-04-25 08:45 +0300
http://bitbucket.org/pypy/pypy/changeset/814b194d959c/
Log: fix test (revert part of a03329def3ec)
diff --git a/pypy/module/cpyext/test/test_api.py
b/pypy/module/cpyext/test/test_api.py
--- a/pypy/module/cpyext/test/test_api.py
+++ b/pypy/module/cpyext/test/test_api.py
@@ -102,7 +102,7 @@
def test_copy_header_files(tmpdir):
- api.copy_header_files(tmpdir)
+ api.copy_header_files(tmpdir, True)
def check(name):
f = tmpdir.join(name)
assert f.check(file=True)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit