aboutsummaryrefslogtreecommitdiff
path: root/test/unit/mbyte_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-10-19 18:04:08 -0700
committerGitHub <noreply@github.com>2019-10-19 18:04:08 -0700
commit019c8d13dd7056725c0715dc15e451118b767b7d (patch)
tree09b58913672d5a3a3c3f920f45e6ac7d295bed25 /test/unit/mbyte_spec.lua
parent06a6828f01638d7f1fed012b494d93eb5f1c206d (diff)
downloadrneovim-019c8d13dd7056725c0715dc15e451118b767b7d.tar.gz
rneovim-019c8d13dd7056725c0715dc15e451118b767b7d.tar.bz2
rneovim-019c8d13dd7056725c0715dc15e451118b767b7d.zip
build/doc/CI: remove/update quickbuild references #11258
Diffstat (limited to 'test/unit/mbyte_spec.lua')
-rw-r--r--test/unit/mbyte_spec.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/mbyte_spec.lua b/test/unit/mbyte_spec.lua
index d27f52923a..fdb1bceab0 100644
--- a/test/unit/mbyte_spec.lua
+++ b/test/unit/mbyte_spec.lua
@@ -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()