Author: Matti Picus <[email protected]>
Branch: precompiled-headers
Changeset: r69074:fe4a03461072
Date: 2014-02-03 00:02 +0200
http://bitbucket.org/pypy/pypy/changeset/fe4a03461072/
Log: fix renamed kwarg
diff --git a/rpython/translator/platform/test/test_makefile.py
b/rpython/translator/platform/test/test_makefile.py
--- a/rpython/translator/platform/test/test_makefile.py
+++ b/rpython/translator/platform/test/test_makefile.py
@@ -124,7 +124,7 @@
self.platform.execute_makefile(mk, extra_opts=['clean'])
# Write a super-duper makefile with precompiled headers
mk = self.platform.gen_makefile(cfiles, eci, path=tmpdir,
- cfile_precompilation=cfiles_precompiled_headers,)
+ headers_to_precompile=cfiles_precompiled_headers,)
mk.rule(*clean)
mk.write()
t0 = time.clock()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit