diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-09-15 11:36:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 11:36:13 +0800 |
commit | 89b9eab638d5e6467156c25f0d54df48d861ca16 (patch) | |
tree | b40e8d7f934b83b896510a925659e06de387b997 /src | |
parent | bf6de51f55c1b812342c7d4e88c65a7cae7fe97f (diff) | |
download | rneovim-89b9eab638d5e6467156c25f0d54df48d861ca16.tar.gz rneovim-89b9eab638d5e6467156c25f0d54df48d861ca16.tar.bz2 rneovim-89b9eab638d5e6467156c25f0d54df48d861ca16.zip |
test(old): remove OpenBSD skip (#20201)
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_excmd.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_excmd.vim b/src/nvim/testdir/test_excmd.vim index 9a9e5c546b..caa9b76fda 100644 --- a/src/nvim/testdir/test_excmd.vim +++ b/src/nvim/testdir/test_excmd.vim @@ -230,7 +230,6 @@ endfunc " Test for the :language command func Test_language_cmd() CheckNotMSWindows " FIXME: why does this fail on Windows CI? - CheckNotBSD " FIXME: why does this fail on OpenBSD CI? CheckFeature multi_lang call assert_fails('language ctype non_existing_lang', 'E197:') |