commit | edeb846c1f04a49466992077eaea3396838bf4fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 13:32:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 13:32:02 2016 +0200 |
tree | 70436a1ecd36b61cf1051d9314b4f93096de138b | |
parent | 100f27721b2f901eae348ef3635897e8be5d0307 [diff] |
patch 7.4.2367 Problem: Test runner misses a comma. Solution: Add the comma.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 05a1053..074ee57 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -147,7 +147,7 @@ let s:flaky = [ \ 'Test_reltime()', \ 'Test_nb_basic()', - \ 'Test_communicate()' + \ 'Test_communicate()', \ 'Test_pipe_through_sort_some()' \ ]