]> granicus.if.org Git - vim/commitdiff
patch 8.0.0579: duplicate test case for quickfix v8.0.0579
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2017 13:42:53 +0000 (15:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2017 13:42:53 +0000 (15:42 +0200)
Problem:    Duplicate test case for quickfix.
Solution:   Remove the function. (Yegappan Lakshmanan)

src/testdir/test_quickfix.vim
src/version.c

index b5d0c1b85e71036dfed22b23fd28c87915fc8ea1..c77f3c94c07aeb66150853f387087e9a53bf85cd 100644 (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
index 656a7ccf5ca50733536df1eb06fbea778ce1c5a3..f7d0a785aebaeeb220d74a7b286f311928ed6e49 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    579,
 /**/
     578,
 /**/