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.
cddd5ac911
This commit is contained in:
Sean Dewar
2022-02-16 21:21:05 +00:00
parent ac5856b3f5
commit 3fba994de8

View File

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