mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix mch_delay() unittest
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
time = cimport './src/os/time.h'
|
||||
|
||||
describe 'time function', ->
|
||||
setup ->
|
||||
time.time_init!
|
||||
|
||||
describe 'mch_delay', ->
|
||||
mch_delay = (ms) ->
|
||||
time.mch_delay ms, false
|
||||
|
||||
Reference in New Issue
Block a user