Skip to content

Commit 9b73c4a

Browse files
committed
patch 8.0.0178: command count test fails on MS-Windows
Problem: test_command_count may fail when a previous test interferes, seen on MS-Windows. Solution: Run it separately.
1 parent e13b9af commit 9b73c4a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/testdir/Make_all.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ NEW_TESTS = test_arglist.res \
144144
test_channel.res \
145145
test_charsearch.res \
146146
test_cmdline.res \
147+
test_command_count.res \
147148
test_crypt.res \
148149
test_cscope.res \
149150
test_diffmode.res \

src/testdir/test_alot.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
source test_assign.vim
55
source test_autocmd.vim
6-
source test_command_count.vim
76
source test_cursor_func.vim
87
source test_delete.vim
98
source test_execute_func.vim

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+
178,
767769
/**/
768770
177,
769771
/**/

0 commit comments

Comments
 (0)