changeset 10196:66658966ac2e v7.4.2367

commit https://github.com/vim/vim/commit/edeb846c1f04a49466992077eaea3396838bf4fd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 13:32:02 2016 +0200 patch 7.4.2367 Problem: Test runner misses a comma. Solution: Add the comma.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 13:45:06 +0200
parents dbb9c4d2fd44
children 52864a0e0c99
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
@@ -147,7 +147,7 @@ endif
 let s:flaky = [
       \ 'Test_reltime()',
       \ 'Test_nb_basic()',
-      \ 'Test_communicate()'
+      \ 'Test_communicate()',
       \ 'Test_pipe_through_sort_some()'
       \ ]
 
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2367,
+/**/
     2366,
 /**/
     2365,