diff options
Diffstat (limited to 'test/old/testdir/test_sort.vim')
-rw-r--r-- | test/old/testdir/test_sort.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/test_sort.vim b/test/old/testdir/test_sort.vim index 534393b724..94a35e3cb5 100644 --- a/test/old/testdir/test_sort.vim +++ b/test/old/testdir/test_sort.vim @@ -12,7 +12,6 @@ func Compare2(a, b) abort endfunc func Test_sort_strings() - CheckNotMSWindows " FIXME: Why does this fail with MSVC? " numbers compared as strings call assert_equal([1, 2, 3], sort([3, 2, 1])) call assert_equal([13, 28, 3], sort([3, 28, 13])) |