aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_cscope.vim
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-06-06 11:26:07 +0000
committerGitHub <noreply@github.com>2017-06-06 11:26:07 +0000
commitcb0abce5be1dd6212425589b61826332834dc977 (patch)
tree5e03746ac51971cf2b15960ff068171d91710b23 /src/nvim/testdir/test_cscope.vim
parent45d92e25638fda668e1e15fb99b54e588769656f (diff)
parent75c32b549bb505890e657d760e10295cb58cb7fc (diff)
downloadrneovim-cb0abce5be1dd6212425589b61826332834dc977.tar.gz
rneovim-cb0abce5be1dd6212425589b61826332834dc977.tar.bz2
rneovim-cb0abce5be1dd6212425589b61826332834dc977.zip
Merge pull request #6854 from jamessan/vim-8.0.0156
vim-patch:8.0.0156,8.0.0158,8.0.0167,8.0.0168,8.0.0360,8.0.0477,8.0.0478,8.0.0176,8.0.0561
Diffstat (limited to 'src/nvim/testdir/test_cscope.vim')
-rw-r--r--src/nvim/testdir/test_cscope.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_cscope.vim b/src/nvim/testdir/test_cscope.vim
index c8d2ebd7da..01a9a3f9ad 100644
--- a/src/nvim/testdir/test_cscope.vim
+++ b/src/nvim/testdir/test_cscope.vim
@@ -28,7 +28,7 @@ func Test_cscopeWithCscopeConnections()
cscope add Xcscope.out
set cscopeverbose
catch
- call assert_true(0)
+ call assert_report('exception thrown')
endtry
call assert_fails('cscope add', 'E560')
call assert_fails('cscope add Xcscope.out', 'E568')