1
0
forked from aniani/vim

patch 8.2.2827: test file was not deleted

Problem:    Test file was not deleted.
Solution:   Uncomment the delete() call. (Dominique Pellé, closes #8172)
This commit is contained in:
Dominique Pelle
2021-05-03 19:08:37 +02:00
committed by Bram Moolenaar
parent 551c1aed65
commit 5f8ed7408a
2 changed files with 4 additions and 2 deletions

View File

@@ -187,9 +187,9 @@ func Test_mksession_zero_winheight()
mksession! Xtest_mks_zero mksession! Xtest_mks_zero
set winminheight& set winminheight&
let text = readfile('Xtest_mks_zero')->join() let text = readfile('Xtest_mks_zero')->join()
"call delete('Xtest_mks_zero') call delete('Xtest_mks_zero')
close close
" check there is no devide by zero " check there is no divide by zero
call assert_notmatch('/ 0[^0-9]', text) call assert_notmatch('/ 0[^0-9]', text)
endfunc endfunc

View File

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