]> granicus.if.org Git - vim/commitdiff
patch 8.0.0288: errors reported while running tests v8.0.0288
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 19:48:13 +0000 (20:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 19:48:13 +0000 (20:48 +0100)
Problem:    Errors reported while running tests.
Solution:   Put comma in the right place.

src/testdir/runtest.vim
src/version.c

index c2260c7b7f6d777caf83e73764bbd79e1734129f..430b89ac266a9a457c9d22ea16547fa6757cc865 100644 (file)
@@ -158,7 +158,7 @@ let s:flaky = [
       \ 'Test_communicate()',
       \ 'Test_nb_basic()',
       \ 'Test_pipe_through_sort_all()',
-      \ 'Test_pipe_through_sort_some()'
+      \ 'Test_pipe_through_sort_some()',
       \ 'Test_reltime()',
       \ ]
 
index ae1e48e1a33dc2aa4eaba093fe9802837721756c..4e041c6a758b3e2141bc808a47196abdf9a15d07 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    288,
 /**/
     287,
 /**/