Merge pull request #633 from ichizok/fix/gui-test

Ignore E329 error at GUI test
This commit is contained in:
Kazuki Sakamoto
2018-02-12 17:31:04 -08:00
committed by GitHub
+5
View File
@@ -802,6 +802,11 @@ func Test_terminal_aucmd_on_close()
endfunc
func Test_terminal_term_start_empty_command()
" Workaround: ignore "No Menu" error
if has('gui_macvim') && has('gui_running')
call test_ignore_error('E329')
endif
let cmd = "call term_start('', {'curwin' : 1, 'term_finish' : 'close'})"
call assert_fails(cmd, 'E474')
let cmd = "call term_start('', {'curwin' : 1, 'term_finish' : 'close'})"