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:
Justin M. Keyes
2018-05-19 12:38:14 +02:00
parent fb28b0c734
commit 0ea685ed9e

View File

@@ -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