vim-patch:8.0.0579: duplicate test case for quickfix

Problem:    Duplicate test case for quickfix.
Solution:   Remove the function. (Yegappan Lakshmanan)

9b77016545
This commit is contained in:
James McCoy 2017-12-18 21:40:08 -05:00
parent dd27392861
commit 9fb7926a0d
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -2004,15 +2004,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