summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-06 22:00:00 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-06 22:00:00 +0200
commitf0ab01f6d868164ed0bb247b6f7b152e6929ef18 (patch)
tree077cbb1f5cda1ddc353496614d086d2289dae71d /src/Makefile
parentd1362211291c85d29609baab65abc764b1aec169 (diff)
downloadvim-git-f0ab01f6d868164ed0bb247b6f7b152e6929ef18.tar.gz
patch 8.1.1285: test17 is old stylev8.1.1285
Problem: Test17 is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes #4347)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 65e798144..10ba8755b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2175,7 +2175,7 @@ test_libvterm:
# These do not depend on the executable, compile it when needed.
test1 \
test_eval \
- test3 test17 \
+ test3 \
test29 test30 test37 test39 \
test42 test44 test48 test49 \
test52 test59 \