1
0
forked from aniani/vim

patch 8.1.1440: win_execute() test fails

Problem:    Win_execute() test fails.
Solution:   Adjust the expected error number.  Move to popup test.
This commit is contained in:
Bram Moolenaar
2019-06-01 17:06:25 +02:00
parent c47ed44be7
commit 2d247849ce
3 changed files with 3 additions and 2 deletions

View File

@@ -94,8 +94,6 @@ func Test_win_execute()
let line = win_execute(popupwin, 'echo getline(1)')
call assert_match('the popup win', line)
call assert_fails('call win_execute(popupwin, "bwipe!")', 'E937:')
call popup_close(popupwin)
endif