summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cdo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_cdo.vim')
-rw-r--r--src/testdir/test_cdo.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_cdo.vim b/src/testdir/test_cdo.vim
index 988de1dd26..aa2e4f1a8c 100644
--- a/src/testdir/test_cdo.vim
+++ b/src/testdir/test_cdo.vim
@@ -1,7 +1,7 @@
" Tests for the :cdo, :cfdo, :ldo and :lfdo commands
if !has('quickfix')
- finish
+ throw 'Skipped: quickfix feature missing'
endif
" Create the files used by the tests