diff src/Makefile @ 14230:2e95ea9afa1e v8.1.0132

patch 8.1.0132: lua tests are old style commit https://github.com/vim/vim/commit/4ff4814b383bc85fbf5d8f62c8022f4379d7a490 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 30 21:50:25 2018 +0200 patch 8.1.0132: lua tests are old style Problem: Lua tests are old style. Solution: Convert to new style tests. Improve coverage. (Dominique Pelle, closes #3091)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jun 2018 22:00:07 +0200
parents 2ad722003b36
children fbf0681606fa
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2119,7 +2119,7 @@ test1 \
 	test52 test59 \
 	test64 test69 \
 	test70 test72 \
-	test85 test86 test87 test88 \
+	test86 test87 test88 \
 	test94 test95 test99 test108:
 	cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)