summaryrefslogtreecommitdiff
path: root/src/testdir/test_syntax.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_syntax.vim
parentf6d50f1da8ed22cd6ff37ade965684dd1fa67a2c (diff)
downloadvim-git-5d30ff19648d2ff0696cea97582b902f6a4ec0ba.tar.gz
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_syntax.vim')
-rw-r--r--src/testdir/test_syntax.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_syntax.vim b/src/testdir/test_syntax.vim
index 143f97ae8..bdcef5114 100644
--- a/src/testdir/test_syntax.vim
+++ b/src/testdir/test_syntax.vim
@@ -536,7 +536,7 @@ endfunc
" Check highlighting for a small piece of C code with a screen dump.
func Test_syntax_c()
if !CanRunVimInTerminal()
- return
+ throw 'Skipped: cannot make screendumps'
endif
call writefile([
\ '/* comment line at the top */',