summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-25 20:29:00 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-25 20:29:00 +0200
commit69ea587289b03e23a9fb96adffd6e8173cbc5896 (patch)
tree93a99535f8d5091a5fd9e3735bdce6ae3560eece /src/Makefile
parentc2d09c9f2ce487a6971af9306e382d7b38805456 (diff)
patch 8.1.1203: some autocmd tests are old stylev8.1.1203
Problem: Some autocmd tests are old style. Solution: Turn the tests into new style. (Yegappan Lakshmanan, closes #4295)
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 bdb8925955..40f4b1b90d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2172,7 +2172,7 @@ test_libvterm:
# These do not depend on the executable, compile it when needed.
test1 \
test_eval \
- test3 test11 test14 test17 \
+ test3 test14 test17 \
test29 test30 test37 test39 \
test42 test44 test48 test49 \
test52 test59 \