aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-03-27 01:04:10 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-03-27 01:18:07 -0400
commit1c49695d122370f15d361667cb6b1793639cb980 (patch)
tree4154e1620b8aadc1664b21885f12be88a781d226 /src
parent4bd919dc51573aa3b4cab5095aa5605bad48f99d (diff)
downloadrneovim-1c49695d122370f15d361667cb6b1793639cb980.tar.gz
rneovim-1c49695d122370f15d361667cb6b1793639cb980.tar.bz2
rneovim-1c49695d122370f15d361667cb6b1793639cb980.zip
test/old: test_eval_func was removed
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 518a6d3951..da6e99ab8a 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -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)
# Ignored tests.
# 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_largefile: uses too much resources to run on CI.
NEW_TESTS_IGNORE := \
test_alot_latin $(NEW_TESTS_IN_ALOT_LATIN) \
- test_eval_func \
test_listlbr \
test_largefile \