summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-29 22:01:21 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-29 22:01:21 +0200
commit339d60c89bef0315343a6128a1b4826510b0efe4 (patch)
tree0d6d1a34dc0271294ea20999b69420a475e89622 /src/Makefile
parented8ce057b7a2fcd89b5f55680ae8f85d62a992a5 (diff)
patch 8.2.0661: eval test is still old stylev8.2.0661
Problem: Eval test is still old style. Solution: Change into new style tests. (Yegappan Lakshmanan, closes #6009)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c8e0f087fe..0e1ac77050 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2291,7 +2291,6 @@ test_libvterm:
# Run individual OLD style test.
# These do not depend on the executable, compile it when needed.
test1 \
- test_eval \
test42 test44 test49 \
test52 test59 \
test70 \