summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-05 18:16:33 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-05 18:16:33 +0100
commit309976ec1f033c68480bbc8cc363db5b5ea944f9 (patch)
treeeb545ed4d4aec0f711bd82b30f6cd733a04d2ced /src/Makefile
parent707d226ac58da752ecc6b7620055fb1df3957a27 (diff)
patch 8.1.2390: test94 is old style, fix 7.4.441 not testedv8.1.2390
Problem: Test94 is old style, fix 7.4.441 not tested. Solution: Turn test94 into a new style test. Add tests for the fix in patch 7.4.441. (Yegappan Lakshmanan, closes #5316)
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 e0926a63b7..6c7c373cf6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2257,7 +2257,7 @@ test1 \
test64 test69 \
test70 test72 \
test86 test87 test88 \
- test94 test95 test99:
+ test95 test99:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
# Run individual NEW style test.