0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.0579: duplicate test case for quickfix

Problem:    Duplicate test case for quickfix.
Solution:   Remove the function. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2017-04-22 15:42:53 +02:00
parent 7a85b0f028
commit 9b77016545
2 changed files with 2 additions and 12 deletions

View File

@@ -2022,15 +2022,3 @@ func Test_qf_free()
call XfreeTests('c')
call XfreeTests('l')
endfunc
func Test_no_reuse_mem()
set efm=E,%W%m,
cgetexpr ['C']
set efm=%C%m
lexpr '0'
lopen
call setqflist([], 'r')
caddbuf
set efm&
endfunc

View File

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