aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/highlight_spec.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2021-03-29 16:25:57 -0400
committerThomas Vigouroux <tomvig38@gmail.com>2021-03-31 18:09:03 +0200
commitd50f99f08bebb948155ce88e239d92d8fff6e56b (patch)
tree192932cb36446ad1d30e64466e219c45c4b90fd7 /test/functional/treesitter/highlight_spec.lua
parent06c065469b12a3a8088b812380db612a9984c45f (diff)
downloadrneovim-d50f99f08bebb948155ce88e239d92d8fff6e56b.tar.gz
rneovim-d50f99f08bebb948155ce88e239d92d8fff6e56b.tar.bz2
rneovim-d50f99f08bebb948155ce88e239d92d8fff6e56b.zip
fixup: remove unused test function
Diffstat (limited to 'test/functional/treesitter/highlight_spec.lua')
-rw-r--r--test/functional/treesitter/highlight_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/treesitter/highlight_spec.lua b/test/functional/treesitter/highlight_spec.lua
index 8f6a0433a1..d80d0fdbaf 100644
--- a/test/functional/treesitter/highlight_spec.lua
+++ b/test/functional/treesitter/highlight_spec.lua
@@ -4,7 +4,6 @@ local Screen = require('test.functional.ui.screen')
local clear = helpers.clear
local insert = helpers.insert
local exec_lua = helpers.exec_lua
-local eq = helpers.eq
local feed = helpers.feed
local pending_c_parser = helpers.pending_c_parser