summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-27 22:21:44 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-27 22:21:44 +0200
commit72fcf07b0639b49be3305de141d777baa9c965a0 (patch)
tree494c0feedf260e6e28944677ce00e13503dc065d /src/Makefile
parent7833dab73c658e65f38553af89fd60c57a11ef49 (diff)
patch 8.1.1412: test 30 is old stylev8.1.1412
Problem: Test 30 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4440)
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 d74eac40a0..10405c61c1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2182,7 +2182,7 @@ test_libvterm:
test1 \
test_eval \
test3 \
- test30 test39 \
+ test39 \
test42 test44 test48 test49 \
test52 test59 \
test64 test69 \