From 3967618fa524b3840649887661584de27f7daa87 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 7 Jan 2017 19:12:18 +0300 Subject: unittest: Fix linter errors --- test/unit/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/helpers.lua') 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'), -- cgit