mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.4445: exit test fails on MS-Windows anyway
Problem: Exit test fails on MS-Windows anyway.
Solution: Skip the test on MS-Windows.
29a9e69718
This commit is contained in:
parent
0412dba456
commit
70582bd925
@ -114,6 +114,7 @@ func Test_exit_error_reading_input()
|
|||||||
throw 'Skipped: Nvim does not exit after stdin is read'
|
throw 'Skipped: Nvim does not exit after stdin is read'
|
||||||
|
|
||||||
CheckNotGui
|
CheckNotGui
|
||||||
|
CheckNotMSWindows
|
||||||
" The early exit causes memory not to be freed somehow
|
" The early exit causes memory not to be freed somehow
|
||||||
CheckNotAsan
|
CheckNotAsan
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user