Skip to content

Commit 922d25f

Browse files
committed
patch 7.4.1353
Problem: Test_connect_waittime is skipped for MS-Windows. Solution: Add the test back, it works now.
1 parent 93bf558 commit 922d25f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/testdir/test_channel.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ endfunc
268268

269269
" Test that trying to connect to a non-existing port fails quickly.
270270
func Test_connect_waittime()
271-
if !has('unix')
272-
" TODO: Make this work again for MS-Windows.
273-
return
274-
endif
275271
call ch_log('Test_connect_waittime()')
276272
let start = reltime()
277273
let handle = ch_open('localhost:9876', s:chopt)

src/version.c

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

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1353,
750752
/**/
751753
1352,
752754
/**/

0 commit comments

Comments
 (0)