mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix runtest.vim
This commit is contained in:
@@ -432,7 +432,7 @@ for g:testfunc in sort(s:tests)
|
||||
" tests pending for now before a more proper fix is implemented.
|
||||
call extend(s:messages, [
|
||||
\ 'Flaky test failed too often, giving up',
|
||||
\ 'MacVim marked ' . s:test . ' as pending',
|
||||
\ 'MacVim marked ' . g:testfunc . ' as pending',
|
||||
\ ])
|
||||
let v:errors = []
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user