aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/autoload/health/success2.vim
blob: b742b4879dd882c9ba8ca99ce370d60ab9e2c0e4 (plain) (blame)
1
2
3
4
function! health#success2#check()
  call health#report_start("another 1")
  call health#report_ok("ok")
endfunction