Skip to content

Commit c8b6fd5

Browse files
committed
Enable Test_exit_callback_interval()
1 parent 235364e commit c8b6fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testdir/test_channel.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ function MyExitTimeCb(job, status)
13961396
endfunction
13971397

13981398
func Test_exit_callback_interval()
1399-
if !has('job') || has('gui_macvim')
1399+
if !has('job')
14001400
return
14011401
endif
14021402

0 commit comments

Comments
 (0)