summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cdo.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-06 16:12:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-06 16:12:12 +0200
commit5d30ff19648d2ff0696cea97582b902f6a4ec0ba (patch)
tree2b932551af5b577566f7d024d6491127ede12451 /src/testdir/test_cdo.vim
parentf6d50f1da8ed22cd6ff37ade965684dd1fa67a2c (diff)
patch 8.1.1483: skipped tests are not properly listedv8.1.1483
Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".
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