mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
unittests: Also remove event_teardown
`event_teardown` is there from974752c, by aktau. It was introduced with `init_homedir` and `event_init`. Then both were removed by justinmk in99a9161bac(`init_homedir`) and49c5689f45(`event_init`), but `event_teardown` was not removed. Now this may cause a crash. More details in #4852. Closes #4852
This commit is contained in:
@@ -30,10 +30,6 @@ describe('shell functions', function()
|
||||
cimported.p_shcf = to_cstr('-c')
|
||||
end)
|
||||
|
||||
teardown(function()
|
||||
cimported.event_teardown()
|
||||
end)
|
||||
|
||||
local function shell_build_argv(cmd, extra_args)
|
||||
local res = cimported.shell_build_argv(
|
||||
cmd and to_cstr(cmd),
|
||||
|
||||
Reference in New Issue
Block a user