0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.0.0903: early return from test function

Problem:    Early return from test function.
Solution:   Remove the return.
This commit is contained in:
Bram Moolenaar
2017-08-11 20:20:27 +02:00
parent 1ccd8fff8a
commit cf8d840ce9
2 changed files with 2 additions and 1 deletions

View File

@@ -266,7 +266,6 @@ func Test_terminal_size()
endfunc
func Test_finish_close()
return
" TODO: use something that takes much less than a whole second
echo 'This will take five seconds...'
call assert_equal(1, winnr('$'))

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
903,
/**/
902,
/**/