test: Remove references to tiny.vim/small.vim/mbyte.vim

Vim creates these scripts in test1 depending on what build features
are enabled so that tests that use these features are skiped if
necessary. Because Neovim only has one type of build (and the features
+eval, +windows, and +multi-byte are enabled in this build) they are
not necessary.
This commit is contained in:
Michael Ennen
2016-04-19 16:24:03 -07:00
committed by Justin M. Keyes
parent 39c015bd11
commit e70cae426c
29 changed files with 5 additions and 70 deletions

View File

@@ -25,8 +25,8 @@ local measure_script = [[
endfunc]]
describe('regexp search', function()
-- The test cases rely on a small Vim script, which we source here, and also
-- on a temporary result file, which we prepare and write to disk.
-- The test cases rely on a temporary result file, which we prepare and write
-- to disk.
setup(function()
clear()
source(measure_script)