diff options
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'), |