diff src/Makefile @ 18894:aad0d64cc133 v8.2.0008

patch 8.2.0008: test72 is old style Commit: https://github.com/vim/vim/commit/3e2d1c8cd61ca073e680f3b221ce887e05ba39cf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 14 20:35:01 2019 +0100 patch 8.2.0008: test72 is old style Problem: Test72 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5362)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Dec 2019 20:45:04 +0100
parents 9a723f1e2d4e
children ad9e9e92ad55
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2256,7 +2256,7 @@ test1 \
 	test42 test44 test49 \
 	test52 test59 \
 	test64 test69 \
-	test70 test72 \
+	test70 \
 	test86 test87 \
 	test95 test99:
 	cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)