mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: remove helpers.sleep()
This commit is contained in:
@@ -12,7 +12,7 @@ local dedent = global_helpers.dedent
|
||||
local eq = global_helpers.eq
|
||||
local is_os = global_helpers.is_os
|
||||
local ok = global_helpers.ok
|
||||
local sleep = global_helpers.sleep
|
||||
local sleep = uv.sleep
|
||||
local fail = global_helpers.fail
|
||||
|
||||
local module = {}
|
||||
|
||||
Reference in New Issue
Block a user