changeset 10351:ed658942a71c v8.0.0070

commit https://github.com/vim/vim/commit/3f9ebf32a392a9cae1c3e4b6bf8cecad60e2a22a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 7 22:13:32 2016 +0100 patch 8.0.0070 Problem: Tests referred in Makefile that no longer exist. Solution: Remove test71 and test74 entries. (Michael Soyka)
author Christian Brabandt <cb@256bit.org>
date Mon, 07 Nov 2016 22:15:04 +0100
parents 644103fefb70
children 7cb9b1d055d5
files src/testdir/Make_ming.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -68,7 +68,7 @@ win32:	fixff nolog $(SCRIPTS_FIRST) $(SC
 fixff:
 	-$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=dos|upd" +q *.in *.ok
 	-$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=unix|upd" +q \
-		dotest.in test60.ok test71.ok test74.ok test_listchars.ok \
+		dotest.in test60.ok test_listchars.ok \
 		test_getcwd.ok test_wordcount.ok
 
 clean:
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    70,
+/**/
     69,
 /**/
     68,