mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
unittest: Fix linter errors
This commit is contained in:
parent
dea4bb33dc
commit
3967618fa5
@ -15,7 +15,7 @@ local lua2typvalt = eval_helpers.lua2typvalt
|
|||||||
|
|
||||||
local lib = cimport('./src/nvim/eval_defs.h', './src/nvim/eval.h')
|
local lib = cimport('./src/nvim/eval_defs.h', './src/nvim/eval.h')
|
||||||
|
|
||||||
local alloc_log = alloc_log_new(eq)
|
local alloc_log = alloc_log_new()
|
||||||
|
|
||||||
before_each(function()
|
before_each(function()
|
||||||
alloc_log:before_each()
|
alloc_log:before_each()
|
||||||
|
@ -124,7 +124,7 @@ local function cppimport(path)
|
|||||||
return cimport(Paths.test_include_path .. '/' .. path)
|
return cimport(Paths.test_include_path .. '/' .. path)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function alloc_log_new(eq)
|
local function alloc_log_new()
|
||||||
local log = {
|
local log = {
|
||||||
log={},
|
log={},
|
||||||
lib=cimport('./src/nvim/memory.h'),
|
lib=cimport('./src/nvim/memory.h'),
|
||||||
|
Loading…
Reference in New Issue
Block a user