aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/autoload/health/success2.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/fixtures/autoload/health/success2.vim')
-rw-r--r--test/functional/fixtures/autoload/health/success2.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/fixtures/autoload/health/success2.vim b/test/functional/fixtures/autoload/health/success2.vim
deleted file mode 100644
index b742b4879d..0000000000
--- a/test/functional/fixtures/autoload/health/success2.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-function! health#success2#check()
- call health#report_start("another 1")
- call health#report_ok("ok")
-endfunction