summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-19 21:44:08 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-19 21:44:08 +0200
commit999dc14644b8a9530ce0da22e90ca402c95c9c5a (patch)
tree12accea49ac79440cbb9fbca9daad2004d0be92b /src/Makefile
parent8471e57026714c5a0faf89288ceef5231fb88d4f (diff)
patch 8.1.1357: test 37 is old stylev8.1.1357
Problem: Test 37 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4398)
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 b6dfe75483..ff5ae10160 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2179,7 +2179,7 @@ test_libvterm:
test1 \
test_eval \
test3 \
- test30 test37 test39 \
+ test30 test39 \
test42 test44 test48 test49 \
test52 test59 \
test64 test69 \