mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 19:45:02 +00:00
Merge pull request #7657 from jamessan/float128-ffi
unittest: Ignore _Float128 types in ffi
This commit is contained in:
@@ -138,6 +138,7 @@ local function filter_complex_blocks(body)
|
||||
for line in body:gmatch("[^\r\n]+") do
|
||||
if not (string.find(line, "(^)", 1, true) ~= nil
|
||||
or string.find(line, "_ISwupper", 1, true)
|
||||
or string.find(line, "_Float128")
|
||||
or string.find(line, "msgpack_zone_push_finalizer")
|
||||
or string.find(line, "msgpack_unpacker_reserve_buffer")
|
||||
or string.find(line, "UUID_NULL") -- static const uuid_t UUID_NULL = {...}
|
||||
|
||||
Reference in New Issue
Block a user