mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
unittest: Fix linter errors
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user