Skip to content

Commit 44f660c

Browse files
committed
patch 7.4.2308
Problem: Old charsearch test still listed in Makefile. Solution: Remove the line.
1 parent cd055da commit 44f660c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/testdir/Make_all.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ SCRIPTS_ALL = \
8383
test_autoformat_join.out \
8484
test_breakindent.out \
8585
test_changelist.out \
86-
test_charsearch.out \
8786
test_close_count.out \
8887
test_command_count.out \
8988
test_comparators.out \

src/version.c

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

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2308,
766768
/**/
767769
2307,
768770
/**/

0 commit comments

Comments
 (0)