Matej Cepl 2022-04-19 08:33:46 +00:00 committed by Git OBS Bridge
parent cb9ad5ba67
commit 910f60058b

View File

@ -27,14 +27,12 @@ Closes #7423
test/unit/helpers.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index 4b9f185156d6..ac5e394a54a9 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -138,6 +138,7 @@ local function filter_complex_blocks(body)
for line in body:gmatch("[^\r\n]+") do
@@ -135,6 +135,7 @@ local function filter_complex_blocks(bod
if not (string.find(line, "(^)", 1, true) ~= nil
or string.find(line, "_ISwupper", 1, true)
or string.find(line, "_Float")
+ or string.find(line, "_Float128")
or string.find(line, "msgpack_zone_push_finalizer")
or string.find(line, "msgpack_unpacker_reserve_buffer")