Skip to content

Commit 9fb7926

Browse files
committed
vim-patch:8.0.0579: duplicate test case for quickfix
Problem: Duplicate test case for quickfix. Solution: Remove the function. (Yegappan Lakshmanan) vim/vim@9b77016
1 parent dd27392 commit 9fb7926

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/nvim/testdir/test_quickfix.vim

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,15 +2004,3 @@ func Test_qf_free()
20042004
call XfreeTests('c')
20052005
call XfreeTests('l')
20062006
endfunc
2007-
2008-
func Test_no_reuse_mem()
2009-
set efm=E,%W%m,
2010-
cgetexpr ['C']
2011-
set efm=%C%m
2012-
lexpr '0'
2013-
lopen
2014-
call setqflist([], 'r')
2015-
caddbuf
2016-
2017-
set efm&
2018-
endfunc

0 commit comments

Comments
 (0)