mirror of
https://github.com/neovim/neovim.git
synced 2026-03-19 07:08:15 +00:00
test/old: remove abort from test declaration
No idea why this was added, it isn't in the Vim patch. The Vim (oldtest) test-runner doesn't work with `Test_` functions marked as `abort`.
This commit is contained in:
@@ -1167,7 +1167,7 @@ func Test_nocatch_wipe_dummy_buffer()
|
||||
endfunc
|
||||
|
||||
" Test TextChangedI and TextChangedP
|
||||
func Test_ChangedP() abort
|
||||
func Test_ChangedP()
|
||||
" Nvim does not support test_override().
|
||||
throw 'skipped: see test/functional/viml/completion_spec.lua'
|
||||
new
|
||||
|
||||
Reference in New Issue
Block a user