aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-04-26 10:28:27 +0200
committerGitHub <noreply@github.com>2023-04-26 10:28:27 +0200
commit9f0762f1fec2aa23df592dda70124e3cbdb703b7 (patch)
treebe6d8d41df6ad5da56e05ed6a365956396302d39 /test/unit/helpers.lua
parent55793bcfa17ccc6f5a3566664ba1e522f74fb50c (diff)
parent5e569a47031d2a5b94cfadd67d5e76ba4651ac4d (diff)
downloadrneovim-9f0762f1fec2aa23df592dda70124e3cbdb703b7.tar.gz
rneovim-9f0762f1fec2aa23df592dda70124e3cbdb703b7.tar.bz2
rneovim-9f0762f1fec2aa23df592dda70124e3cbdb703b7.zip
Merge pull request #23308 from bfredl/fs_time_boogalo
refactor(fs): IT'S TIME: get rid of fs_loop and fs_loop_mutex
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r--test/unit/helpers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index 8fa6378d10..52769cd9e9 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -97,7 +97,6 @@ local init = only_separate(function()
for _, c in ipairs(child_calls_init) do
c.func(unpack(c.args))
end
- libnvim.fs_init()
libnvim.event_init()
libnvim.early_init(nil)
if child_calls_mod then