Fix runtest.vim

This commit is contained in:
ichizok
2020-05-12 20:44:16 +09:00
parent 18f8140059
commit 0a389b4df0
+1 -1
View File
@@ -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