changeset 10797:e1bddbed43cc v8.0.0288

patch 8.0.0288: errors reported while running tests commit https://github.com/vim/vim/commit/4e032e1b17c92e1bb4b94be7f487d6be725274ac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 1 20:48:13 2017 +0100 patch 8.0.0288: errors reported while running tests Problem: Errors reported while running tests. Solution: Put comma in the right place.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Feb 2017 21:00:04 +0100
parents 5a722d39df70
children 287eb302ab04
files src/testdir/runtest.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -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()',
       \ ]
 
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    288,
+/**/
     287,
 /**/
     286,