]> granicus.if.org Git - vim/commitdiff
patch 8.1.1774: test is silently skipped v8.1.1774
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Jul 2019 19:03:45 +0000 (21:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Jul 2019 19:03:45 +0000 (21:03 +0200)
Problem:    Test is silently skipped.
Solution:   Throw "Skipped".

src/testdir/test_ins_complete.vim
src/version.c

index 29f4050f947bc8610c499aff576a6d0303292035..fedb38acb5e3a8c627e830c469603ad6771f3683 100644 (file)
@@ -335,7 +335,7 @@ endfunc
 " Test for insert path completion with completeslash option
 func Test_ins_completeslash()
   if !has('win32')
-    return
+    throw 'Skipped: only works on MS-Windows'
   endif
   
   call mkdir('Xdir')
index 4463c383f204eeafdee449a8f612c88ccc577038..8a3923ee2de05c6a372c32d2ea1ba57f2b62f5cd 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1774,
 /**/
     1773,
 /**/