Skip to content

Commit 4e032e1

Browse files
committed
patch 8.0.0288: errors reported while running tests
Problem: Errors reported while running tests. Solution: Put comma in the right place.
1 parent c7d9eac commit 4e032e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/runtest.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ let s:flaky = [
158158
\ 'Test_communicate()',
159159
\ 'Test_nb_basic()',
160160
\ 'Test_pipe_through_sort_all()',
161-
\ 'Test_pipe_through_sort_some()'
161+
\ 'Test_pipe_through_sort_some()',
162162
\ 'Test_reltime()',
163163
\ ]
164164

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
288,
767769
/**/
768770
287,
769771
/**/

0 commit comments

Comments
 (0)