From 3f9ebf32a392a9cae1c3e4b6bf8cecad60e2a22a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 7 Nov 2016 22:13:32 +0100 Subject: [PATCH] patch 8.0.0070 Problem: Tests referred in Makefile that no longer exist. Solution: Remove test71 and test74 entries. (Michael Soyka) --- src/testdir/Make_ming.mak | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index 33306910a..ab6a60b92 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -68,7 +68,7 @@ win32: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) newtests 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: diff --git a/src/version.c b/src/version.c index c698e446b..19a22f325 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 70, /**/ 69, /**/ -- 2.50.1