0
0
mirror of https://github.com/vim/vim.git synced 2025-10-18 07:54:29 -04:00

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.
This commit is contained in:
Bram Moolenaar
2017-01-13 22:30:08 +01:00
parent e13b9afe12
commit 9b73c4a215
3 changed files with 3 additions and 1 deletions

View File

@@ -144,6 +144,7 @@ NEW_TESTS = test_arglist.res \
test_channel.res \ test_channel.res \
test_charsearch.res \ test_charsearch.res \
test_cmdline.res \ test_cmdline.res \
test_command_count.res \
test_crypt.res \ test_crypt.res \
test_cscope.res \ test_cscope.res \
test_diffmode.res \ test_diffmode.res \

View File

@@ -3,7 +3,6 @@
source test_assign.vim source test_assign.vim
source test_autocmd.vim source test_autocmd.vim
source test_command_count.vim
source test_cursor_func.vim source test_cursor_func.vim
source test_delete.vim source test_delete.vim
source test_execute_func.vim source test_execute_func.vim

View File

@@ -764,6 +764,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 */
/**/
178,
/**/ /**/
177, 177,
/**/ /**/