mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
test: fix some type warnings (#37483)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local M = {}
|
||||
|
||||
M.include_paths = {}
|
||||
M.include_paths = {} --- @type string[]
|
||||
for p in ("${TEST_INCLUDE_DIRS}" .. ";"):gmatch("[^;]+") do
|
||||
table.insert(M.include_paths, p)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user