[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] test_ffi_backend: add missing <string.h> include

Dan Villiom Podlaski Christiansen foss at heptapod.net
Mon Sep 21 08:13:47 EDT 2020



Dan Villiom Podlaski Christiansen pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy


Commits:
46fdf063 by Dan Villiom Podlaski Christiansen at 2020-09-21T14:13:14+02:00
test_ffi_backend: add missing <string.h> include

This fixes a test on macOS: Without <string.h>, memset() has no
prototype, and using a function with neither prototype nor definition
is invalid and causes a C compiler error.

--HG--
branch : release-pypy3.7-v7.x

- - - - -


1 changed file:

- extra_tests/cffi_tests/cffi0/test_ffi_backend.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/46fdf0639edab2a7c1f637cde04948d478ebc334

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/46fdf0639edab2a7c1f637cde04948d478ebc334
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200921/be75dd09/attachment.html>


More information about the pypy-commit mailing list