Skip to content

Commit 59ddbed

Browse files
committed
updated for version 7.4.366
Problem: Can't run the linebreak test on MS-Windows. Solution: Fix the output file name. (Taro Muraoka)
1 parent d95197e commit 59ddbed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/Make_dos.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
3737
test105.out test106.out test107.out\
3838
test_autoformat_join.out \
3939
test_breakindent.out \
40-
test_listlbr \
40+
test_listlbr.out \
4141
test_eval.out \
4242
test_options.out
4343

src/version.c

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

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
366,
737739
/**/
738740
365,
739741
/**/

0 commit comments

Comments
 (0)