aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-12-13 14:04:24 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-30 17:40:53 +0100
commitd51b6157473c4830313b566116aa3ad38dc97412 (patch)
tree28092346ddec03f9cb7d924313c991ca2e1077d6 /test/unit/helpers.lua
parentbf0be0f63e7142675f1376781c128116d12c520d (diff)
downloadrneovim-d51b6157473c4830313b566116aa3ad38dc97412.tar.gz
rneovim-d51b6157473c4830313b566116aa3ad38dc97412.tar.bz2
rneovim-d51b6157473c4830313b566116aa3ad38dc97412.zip
refactor: fix luals warnings
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r--test/unit/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index e56f8d5058..86d02e8c31 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -19,7 +19,7 @@ for _, p in ipairs(Paths.include_paths) do
Preprocess.add_to_include_path(p)
end
-local child_pid = nil --- @type integer
+local child_pid = nil --- @type integer?
--- @generic F: function
--- @param func F
--- @return F