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