Skip to content

Commit 3f9ebf3

Browse files
committed
patch 8.0.0070
Problem: Tests referred in Makefile that no longer exist. Solution: Remove test71 and test74 entries. (Michael Soyka)
1 parent a1f4cb9 commit 3f9ebf3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/Make_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ win32: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) newtests
6868
fixff:
6969
-$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=dos|upd" +q *.in *.ok
7070
-$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=unix|upd" +q \
71-
dotest.in test60.ok test71.ok test74.ok test_listchars.ok \
71+
dotest.in test60.ok test_listchars.ok \
7272
test_getcwd.ok test_wordcount.ok
7373

7474
clean:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
70,
767769
/**/
768770
69,
769771
/**/

0 commit comments

Comments
 (0)