commit | bfd830d3e2dbd1e9b14c65625f18773074e6ac67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:01:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:01:14 2017 +0100 |
tree | e2ef8f99d796efca3df7486aa483728befb45d9f | |
parent | 38e3483637c16e018f88c07b1dcff97cdb821a29 [diff] [blame] |
patch 8.0.0491: quotestar test fails when features are missing Problem: The quotestar test fails when a required feature is missing. Solution: Prepend "Skipped" to the thrown exception.
diff --git a/src/testdir/test_quotestar.vim b/src/testdir/test_quotestar.vim index 300a964..111a226 100644 --- a/src/testdir/test_quotestar.vim +++ b/src/testdir/test_quotestar.vim
@@ -134,6 +134,6 @@ let @* = quotestar_saved if !empty(skipped) - throw skipped + throw 'Skipped: ' . skipped endif endfunc