aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_assert.vim
blob: fe87bd6ef5f2cc4af97d6416748be200f1949ba0 (plain) (blame)
1
2
3
4
5
6
7
" Test that the methods used for testing work.

" Must be last.
func Test_zz_quit_detected()
  " Verify that if a test function ends Vim the test script detects this.
  quit
endfunc