commit | 4e032e1b17c92e1bb4b94be7f487d6be725274ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 20:48:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 20:48:13 2017 +0100 |
tree | 9a39d7978dd761658a8ed5bb2379e05af09a0b6d | |
parent | c7d9eacefa319e5ac3b3b2334fda5acb126b8716 [diff] |
patch 8.0.0288: errors reported while running tests Problem: Errors reported while running tests. Solution: Put comma in the right place.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index c2260c7..430b89a 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -158,7 +158,7 @@ \ 'Test_communicate()', \ 'Test_nb_basic()', \ 'Test_pipe_through_sort_all()', - \ 'Test_pipe_through_sort_some()' + \ 'Test_pipe_through_sort_some()', \ 'Test_reltime()', \ ]