summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-03 22:59:23 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-03 22:59:23 +0100
commit079119babe1cbba3f9234927e62fd75465f2d6b4 (patch)
tree95b8806dc8baae79c990fbc83f2fe7d0dd402937 /src/Makefile
parent4ceaa3a6e0b8cb2994c303041aedcbb60527cd61 (diff)
patch 8.1.2384: test 48 is old stylev8.1.2384
Problem: Test 48 is old style. Solution: Merge test cases into new style test. (Yegappan Lakshmanan, closes #5307)
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 e1968ba86f..e0926a63b7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2252,7 +2252,7 @@ test_libvterm:
test1 \
test_eval \
test39 \
- test42 test44 test48 test49 \
+ test42 test44 test49 \
test52 test59 \
test64 test69 \
test70 test72 \