Skip to content

Commit da200c2

Browse files
committed
patch 9.0.1882: Trailing white space in tests
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 <[email protected]>
1 parent 5856b07 commit da200c2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_crash.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CheckScreendump
77
func Test_crash1()
88
CheckNotBSD
99
CheckExecutable dash
10-
" Test 7 fails on Mac ...
10+
" Test 7 fails on Mac ...
1111
CheckNotMac
1212

1313
" The following used to crash Vim

src/version.c

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

700700
static int included_patches[] =
701701
{ /* Add new patch number below this line */
702+
/**/
703+
1882,
702704
/**/
703705
1881,
704706
/**/

0 commit comments

Comments
 (0)