Skip to content

Commit 4f44912

Browse files
blmorrisdpgeorge
authored andcommitted
Change allows tests/unix/ffi_float.py to pass on OSX
1 parent 2234c3f commit 4f44912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unix/ffi_float.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def ffi_open(names):
1212
err = e
1313
raise err
1414

15-
libc = ffi_open(('libc.so', 'libc.so.0', 'libc.so.6'))
15+
libc = ffi_open(('libc.so', 'libc.so.0', 'libc.so.6', 'libc.dylib'))
1616

1717
strtof = libc.func("f", "strtof", "sp")
1818
print('%.6f' % strtof('1.23', None))

0 commit comments

Comments
 (0)