1
0
forked from aniani/vim

patch 8.2.3493: large count test fails on MS-Windows

Problem:    Large count test fails on MS-Windows.
Solution:   Skip the test on MS-Windows.
This commit is contained in:
Bram Moolenaar
2021-10-10 13:54:01 +01:00
parent eeed1c7ae0
commit cddd5ac911
2 changed files with 6 additions and 1 deletions

View File

@@ -134,7 +134,10 @@ func Test_gp_with_count_leaves_cursor_at_end()
bwipe!
endfunc
func Test_very_larg_count()
func Test_very_large_count()
" FIXME: should actually check if sizeof(int) == sizeof(long)
CheckNotMSWindows
new
let @" = 'x'
call assert_fails('norm 44444444444444p', 'E1240:')

View File

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