0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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 <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2023-09-06 21:12:24 +02:00
parent 5856b07795
commit da200c2f78
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ CheckScreendump
func Test_crash1() func Test_crash1()
CheckNotBSD CheckNotBSD
CheckExecutable dash CheckExecutable dash
" Test 7 fails on Mac ... " Test 7 fails on Mac ...
CheckNotMac CheckNotMac
" The following used to crash Vim " The following used to crash Vim

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1882,
/**/ /**/
1881, 1881,
/**/ /**/