diff src/Makefile @ 21138:c2cbe6cc7620 v8.2.1120

patch 8.2.1120: Python code not tested properly Commit: https://github.com/vim/vim/commit/92fdd1e75db3048516a93a18cc53ed984813c9e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 3 18:00:05 2020 +0200 patch 8.2.1120: Python code not tested properly Problem: Python code not tested properly. Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jul 2020 18:15:04 +0200
parents b1fac55cf8a3
children adae19565eea
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2308,7 +2308,7 @@ test1 \
 	test42 test44 test49 \
 	test52 test59 \
 	test70 \
-	test86 test87 \
+	test87 \
 	test99:
 	cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)