mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
test(old): remove OpenBSD skip (#20201)
This commit is contained in:
@@ -230,7 +230,6 @@ endfunc
|
|||||||
" Test for the :language command
|
" Test for the :language command
|
||||||
func Test_language_cmd()
|
func Test_language_cmd()
|
||||||
CheckNotMSWindows " FIXME: why does this fail on Windows CI?
|
CheckNotMSWindows " FIXME: why does this fail on Windows CI?
|
||||||
CheckNotBSD " FIXME: why does this fail on OpenBSD CI?
|
|
||||||
CheckFeature multi_lang
|
CheckFeature multi_lang
|
||||||
|
|
||||||
call assert_fails('language ctype non_existing_lang', 'E197:')
|
call assert_fails('language ctype non_existing_lang', 'E197:')
|
||||||
|
Reference in New Issue
Block a user