Author: mattip <[email protected]>
Branch: cpyext-for-merge
Changeset: r83973:34e2b29d5a14
Date: 2016-04-25 08:45 +0300
http://bitbucket.org/pypy/pypy/changeset/34e2b29d5a14/
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