mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
oldtests: use LoadAdjust() on timer test
This commit is contained in:
@@ -52,7 +52,7 @@ func Test_repeat_many()
|
||||
endif
|
||||
sleep 200m
|
||||
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
|
||||
|
||||
func Test_with_partial_callback()
|
||||
|
Reference in New Issue
Block a user