mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
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:
@@ -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:')
|
||||||
|
Reference in New Issue
Block a user