diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-03-13 12:44:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 12:44:44 +0800 |
commit | 773febc46087b5b38c1923389667b1513a78c089 (patch) | |
tree | 2edcbdcaceafa6e472a6725433e580fe55095c25 /test/old/testdir/test_excmd.vim | |
parent | b466e1d289180fad212a93b173034787fd6be9a8 (diff) | |
download | rneovim-773febc46087b5b38c1923389667b1513a78c089.tar.gz rneovim-773febc46087b5b38c1923389667b1513a78c089.tar.bz2 rneovim-773febc46087b5b38c1923389667b1513a78c089.zip |
test(old): unskip working tests on Windows (#22650)
Diffstat (limited to 'test/old/testdir/test_excmd.vim')
-rw-r--r-- | test/old/testdir/test_excmd.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/test_excmd.vim b/test/old/testdir/test_excmd.vim index 44bed890f5..15c83709ad 100644 --- a/test/old/testdir/test_excmd.vim +++ b/test/old/testdir/test_excmd.vim @@ -237,7 +237,6 @@ endfunc " Test for the :language command func Test_language_cmd() - CheckNotMSWindows " FIXME: why does this fail on Windows CI? CheckFeature multi_lang call assert_fails('language ctype non_existing_lang', 'E197:') |