aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-03-17 15:13:19 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-03-17 15:13:19 -0400
commit94d933aa7e3fde09d45a59cfb289afdab4ce4aaa (patch)
tree546355c111738fe19cc745e89aa8bb1b45b81e86 /src
parent536be31a198a67b10b21006fd6891852b6c64917 (diff)
downloadrneovim-94d933aa7e3fde09d45a59cfb289afdab4ce4aaa.tar.gz
rneovim-94d933aa7e3fde09d45a59cfb289afdab4ce4aaa.tar.bz2
rneovim-94d933aa7e3fde09d45a59cfb289afdab4ce4aaa.zip
oldtests: use LoadAdjust() on timer test
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_timers.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_timers.vim b/src/nvim/testdir/test_timers.vim
index 5a0939a6a1..fe5d61fad4 100644
--- a/src/nvim/testdir/test_timers.vim
+++ b/src/nvim/testdir/test_timers.vim
@@ -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()