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