vim-patch:8.0.0479: remote_peek() is not tested

Problem:    remote_peek() is not tested.
Solution:   Add a test.

6caf606b14
This commit is contained in:
Justin M. Keyes 2018-02-11 17:44:13 +01:00
parent fda2b1e906
commit 22173a64dd

View File

@ -257,6 +257,8 @@ for s:test in sort(s:tests)
call RunTheTest(s:test)
if len(v:errors) > 0 && index(s:flaky, s:test) >= 0
call add(s:messages, 'Found errors in ' . s:test . ':')
call extend(s:messages, v:errors)
call add(s:messages, 'Flaky test failed, running it again')
let first_run = v:errors