Skip to content

Commit

Permalink
patch 9.0.1882: Trailing white space in tests
Browse files Browse the repository at this point in the history
Problem:  Trailing white space in tests
Solution: Delete it

This causes test_codestyle to fail, so we need to remove it again.
Hopefully that makes the CI green again.

Note: I will start using annotated tags from now on.

Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Sep 6, 2023
1 parent 5856b07 commit da200c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_crash.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CheckScreendump
func Test_crash1()
CheckNotBSD
CheckExecutable dash
" Test 7 fails on Mac ...
" Test 7 fails on Mac ...
CheckNotMac

" The following used to crash Vim
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1882,
/**/
1881,
/**/
Expand Down

0 comments on commit da200c2

Please sign in to comment.