diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-06-06 07:33:50 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-06-06 07:33:50 -0400 |
| commit | 9281653233dbf7a365370883d35062fe940d7926 (patch) | |
| tree | 67bead0497d5a127b953e43c5fd55d6fbf4d098f /src/nvim/testdir/test_cscope.vim | |
| parent | b3129b37917f54eb056033a41d1acbb920a5b93b (diff) | |
| parent | cb0abce5be1dd6212425589b61826332834dc977 (diff) | |
| download | rneovim-9281653233dbf7a365370883d35062fe940d7926.tar.gz rneovim-9281653233dbf7a365370883d35062fe940d7926.tar.bz2 rneovim-9281653233dbf7a365370883d35062fe940d7926.zip | |
Merge remote-tracking branch 'origin/master' into vim-7.4.1975
Diffstat (limited to 'src/nvim/testdir/test_cscope.vim')
| -rw-r--r-- | src/nvim/testdir/test_cscope.vim | 2 |
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') |