summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-01 20:48:13 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-01 20:48:13 +0100
commit4e032e1b17c92e1bb4b94be7f487d6be725274ac (patch)
tree9a39d7978dd761658a8ed5bb2379e05af09a0b6d
parentc7d9eacefa319e5ac3b3b2334fda5acb126b8716 (diff)
patch 8.0.0288: errors reported while running testsv8.0.0288
Problem: Errors reported while running tests. Solution: Put comma in the right place.
-rw-r--r--src/testdir/runtest.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim
index c2260c7b7f..430b89ac26 100644
--- 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()',
\ ]
diff --git a/src/version.c b/src/version.c
index ae1e48e1a3..4e041c6a75 100644
--- 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,