mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
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.
This commit is contained in:
@@ -112,6 +112,7 @@ endfunc
|
||||
|
||||
func Test_exit_error_reading_input()
|
||||
CheckNotGui
|
||||
CheckNotMSWindows
|
||||
" The early exit causes memory not to be freed somehow
|
||||
CheckNotAsan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user