aboutsummaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/charset/vim_str2nr_spec.lua1
-rw-r--r--test/unit/viml/helpers.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/charset/vim_str2nr_spec.lua b/test/unit/charset/vim_str2nr_spec.lua
index 9309dc380c..22504649f6 100644
--- a/test/unit/charset/vim_str2nr_spec.lua
+++ b/test/unit/charset/vim_str2nr_spec.lua
@@ -5,7 +5,6 @@ local itp = helpers.gen_itp(it)
local cimport = helpers.cimport
local ffi = helpers.ffi
-local eq = helpers.eq
local shallowcopy = global_helpers.shallowcopy
local updated = global_helpers.updated
diff --git a/test/unit/viml/helpers.lua b/test/unit/viml/helpers.lua
index aeb886a66f..9d2d7b61c7 100644
--- a/test/unit/viml/helpers.lua
+++ b/test/unit/viml/helpers.lua
@@ -112,7 +112,6 @@ return {
pline2lua = pline2lua,
pstate_str = pstate_str,
new_pstate = new_pstate,
- intchar2lua = intchar2lua,
conv_cmp_type = conv_cmp_type,
pstate_set_str = pstate_set_str,
}