diff options
author | ZyX <kp-pav@yandex.ru> | 2017-11-30 02:02:55 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-11-30 02:02:55 +0300 |
commit | b588ccddd7f5998ce7d9780463480ca844963859 (patch) | |
tree | 78f1e0f58209385aa63e0e25e071a5893635790d /test/unit/helpers.lua | |
parent | de45ec0146486c49719ff6f6dcceb4914b471c7a (diff) | |
parent | 4618c9c43b2fe052332329b347ac10b4b1db94b5 (diff) | |
download | rneovim-b588ccddd7f5998ce7d9780463480ca844963859.tar.gz rneovim-b588ccddd7f5998ce7d9780463480ca844963859.tar.bz2 rneovim-b588ccddd7f5998ce7d9780463480ca844963859.zip |
Merge branch 'master' into expression-parser
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r-- | test/unit/helpers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua index 7689c1824b..c26b1c1bcb 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 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 = {...} |