aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-17 09:32:30 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-11-17 09:54:03 +0800
commit5a67878e8684e02caf853137aae1dc367a77b48f (patch)
treea550cd2520d6d5a56424f50be8f0f29af4a94761
parent7f62775d5da3c67fe626f74ac7aad4e001428d3f (diff)
downloadrneovim-5a67878e8684e02caf853137aae1dc367a77b48f.tar.gz
rneovim-5a67878e8684e02caf853137aae1dc367a77b48f.tar.bz2
rneovim-5a67878e8684e02caf853137aae1dc367a77b48f.zip
vim-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. https://github.com/vim/vim/commit/da200c2f78ef3c91557a2b484d284eb0c1c62776 Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--test/old/testdir/test_crash.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim
index b841ccb052..a1da68ed4c 100644
--- a/test/old/testdir/test_crash.vim
+++ b/test/old/testdir/test_crash.vim
@@ -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