aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/autoload/health/broken.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/fixtures/autoload/health/broken.vim')
-rw-r--r--test/functional/fixtures/autoload/health/broken.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/fixtures/autoload/health/broken.vim b/test/functional/fixtures/autoload/health/broken.vim
deleted file mode 100644
index a2a595b96f..0000000000
--- a/test/functional/fixtures/autoload/health/broken.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-function! health#broken#check()
- throw 'caused an error'
-endfunction