diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-07 19:12:18 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-01-07 19:12:18 +0300 |
commit | 3967618fa524b3840649887661584de27f7daa87 (patch) | |
tree | ab17f04a24754b551c09092249ee80fbf3d05ac7 /test/unit/helpers.lua | |
parent | dea4bb33dc13a65e303b77ccda28601ebc246b85 (diff) | |
download | rneovim-3967618fa524b3840649887661584de27f7daa87.tar.gz rneovim-3967618fa524b3840649887661584de27f7daa87.tar.bz2 rneovim-3967618fa524b3840649887661584de27f7daa87.zip |
unittest: Fix linter errors
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r-- | test/unit/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua index 58a04e9c43..1bfdd32739 100644 --- a/test/unit/helpers.lua +++ b/test/unit/helpers.lua @@ -124,7 +124,7 @@ local function cppimport(path) return cimport(Paths.test_include_path .. '/' .. path) end -local function alloc_log_new(eq) +local function alloc_log_new() local log = { log={}, lib=cimport('./src/nvim/memory.h'), |