diff src/testdir/test_timers.vim @ 29434:5da38c4ffe92 v9.0.0059

patch 9.0.0059: test file has wrong name Commit: https://github.com/vim/vim/commit/bb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4 Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Jul 23 06:25:29 2022 +0100 patch 9.0.0059: test file has wrong name Problem: Test file has wrong name. Solution: Rename the file. Various small fixes. (closes https://github.com/vim/vim/issues/10674)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Jul 2022 07:30:04 +0200
parents 0c403f53b372
children 86eb4aba16c3
line wrap: on
line diff
--- a/src/testdir/test_timers.vim
+++ b/src/testdir/test_timers.vim
@@ -369,7 +369,7 @@ endfunc
 
 " Test that the garbage collector isn't triggered if a timer callback invokes
 " vgetc().
-func Test_timer_nocatch_garbage_collect()
+func Test_nocatch_timer_garbage_collect()
   " 'uptimetime. must be bigger than the timer timeout
   set ut=200
   call test_garbagecollect_soon()