commit | 3c610c96389bbb5f0fc83f0a515fc8f1b7f515e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 29 21:03:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 29 21:03:45 2019 +0200 |
tree | 58de7e26719120b67ad23a0c33c2eb00f5edaa19 | |
parent | 13d5c3f6162694a7e925e66fc4eea35436643384 [diff] |
patch 8.1.1774: test is silently skipped Problem: Test is silently skipped. Solution: Throw "Skipped".
diff --git a/src/testdir/test_ins_complete.vim b/src/testdir/test_ins_complete.vim index 29f4050..fedb38a 100644 --- a/src/testdir/test_ins_complete.vim +++ b/src/testdir/test_ins_complete.vim
@@ -335,7 +335,7 @@ " Test for insert path completion with completeslash option func Test_ins_completeslash() if !has('win32') - return + throw 'Skipped: only works on MS-Windows' endif call mkdir('Xdir')