mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Merge pull request #633 from ichizok/fix/gui-test
Ignore E329 error at GUI test
This commit is contained in:
@@ -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'})"
|
||||
|
||||
Reference in New Issue
Block a user