Skip to content

Commit 69d0f6e

Browse files
committed
Fix test_balloon and disable GUI tests as they don't work in MacVim
1 parent b7d2cf5 commit 69d0f6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_balloon.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ endif
5858
" Tests that only work in the GUI
5959
if has('gui_running')
6060

61+
if !has('gui_macvim') " See https://github.com/macvim-dev/macvim/issues/902
62+
6163
func Test_balloon_show_gui()
6264
let msg = 'this this this this'
6365
call balloon_show(msg)
@@ -72,4 +74,6 @@ func Test_balloon_show_gui()
7274
call balloon_show('')
7375
endfunc
7476

77+
endif " !has('gui_macvim')
78+
7579
endif

0 commit comments

Comments
 (0)