Skip to content

Commit a6d11c7

Browse files
committed
Enable Test_exit_callback_interval()
1 parent cf2ddc7 commit a6d11c7

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
@@ -1370,7 +1370,7 @@ function MyExitTimeCb(job, status)
13701370
endfunction
13711371

13721372
func Test_exit_callback_interval()
1373-
if !has('job') || has('gui_macvim')
1373+
if !has('job')
13741374
return
13751375
endif
13761376

0 commit comments

Comments
 (0)