mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
test(unit): correct header name (#26446)
This commit is contained in:
@@ -800,7 +800,12 @@ local function cppimport(path)
|
||||
return cimport(Paths.test_source_path .. '/test/includes/pre/' .. path)
|
||||
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 n = tonumber(eval)
|
||||
|
Reference in New Issue
Block a user