summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-03 21:17:34 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-03 21:17:34 +0200
commiteffb0cd75de647a2a0bf95cb26eaa2feee8068d9 (patch)
tree4ea816758ce63831ec4e1f696ad4ec64a604a887 /src/Makefile
parent442af2f89e29fb60790bffde2def9cd74a081780 (diff)
patch 8.2.1123: Python 3 test is old stylev8.2.1123
Problem: Python 3 test is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 9166662970..2b10024401 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2308,7 +2308,6 @@ test1 \
test42 test44 test49 \
test52 test59 \
test70 \
- test87 \
test99:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)