build/doc/CI: remove/update quickbuild references #11258

This commit is contained in:
Justin M. Keyes
2019-10-19 18:04:08 -07:00
committed by GitHub
parent 06a6828f01
commit 019c8d13dd
8 changed files with 27 additions and 35 deletions

View File

@@ -8,11 +8,6 @@ local mbyte = helpers.cimport("./src/nvim/mbyte.h")
local charset = helpers.cimport('./src/nvim/charset.h')
describe('mbyte', function()
if helpers.isCI('quickbuild') then
pending("crashes on quickbuild", function() end)
return
end
-- Array for composing characters
local intp = ffi.typeof('int[?]')
local function to_intp()