mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
oldtests: use LoadAdjust() on timer test
This commit is contained in:
parent
536be31a19
commit
94d933aa7e
@ -52,7 +52,7 @@ func Test_repeat_many()
|
|||||||
endif
|
endif
|
||||||
sleep 200m
|
sleep 200m
|
||||||
call timer_stop(timer)
|
call timer_stop(timer)
|
||||||
call assert_inrange((has('mac') ? 1 : 2), 4, g:val)
|
call s:assert_inrange((has('mac') ? 1 : 2), 4, g:val)
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_with_partial_callback()
|
func Test_with_partial_callback()
|
||||||
|
Loading…
Reference in New Issue
Block a user