test/old: test_eval_func was removed

This commit is contained in:
Jan Edmund Lazo 2021-03-27 01:04:10 -04:00
parent 4bd919dc51
commit 1c49695d12
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -36,12 +36,10 @@ NEW_TESTS_IN_ALOT := $(shell sed -n '/^source/ s/^source //; s/\.vim$$//p' $(add
NEW_TESTS_IN_ALOT_LATIN := $(shell sed -n '/^source/ s/^source //; s/\.vim$$//p' test_alot_latin.vim) NEW_TESTS_IN_ALOT_LATIN := $(shell sed -n '/^source/ s/^source //; s/\.vim$$//p' test_alot_latin.vim)
# Ignored tests. # Ignored tests.
# test_alot_latin: Nvim does not allow setting encoding. # test_alot_latin: Nvim does not allow setting encoding.
# test_eval_func: used as include in old-style test (test_eval.in).
# test_listlbr: Nvim does not allow setting encoding. # test_listlbr: Nvim does not allow setting encoding.
# test_largefile: uses too much resources to run on CI. # test_largefile: uses too much resources to run on CI.
NEW_TESTS_IGNORE := \ NEW_TESTS_IGNORE := \
test_alot_latin $(NEW_TESTS_IN_ALOT_LATIN) \ test_alot_latin $(NEW_TESTS_IN_ALOT_LATIN) \
test_eval_func \
test_listlbr \ test_listlbr \
test_largefile \ test_largefile \