mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(unit): correct header name (#26446)
This commit is contained in:
parent
4fc31cb69f
commit
94c2703a03
@ -800,7 +800,12 @@ local function cppimport(path)
|
|||||||
return cimport(Paths.test_source_path .. '/test/includes/pre/' .. path)
|
return cimport(Paths.test_source_path .. '/test/includes/pre/' .. path)
|
||||||
end
|
end
|
||||||
|
|
||||||
cimport('./src/nvim/types.h', './src/nvim/main.h', './src/nvim/os/time.h', './src/nvim/os/fs.h')
|
cimport(
|
||||||
|
'./src/nvim/types_defs.h',
|
||||||
|
'./src/nvim/main.h',
|
||||||
|
'./src/nvim/os/time.h',
|
||||||
|
'./src/nvim/os/fs.h'
|
||||||
|
)
|
||||||
|
|
||||||
local function conv_enum(etab, eval)
|
local function conv_enum(etab, eval)
|
||||||
local n = tonumber(eval)
|
local n = tonumber(eval)
|
||||||
|
Loading…
Reference in New Issue
Block a user