mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 09:44:07 +00:00
test: make preload of functional/testnvim.lua explicit (#35919)
Before functional/testnvim.lua was moved from functional/testutil.lua in
052498ed42, it was explicitly preloaded,
but now it is preloaded implicitly via functional/ui/screen.lua.
Also fix warnings about unused variables in other preload.lua files.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
-- Busted started doing this to help provide more isolation. See issue #62
|
||||
-- for more information about this.
|
||||
local t = require('test.testutil')
|
||||
require('test.functional.testnvim')()
|
||||
require('test.functional.ui.screen')
|
||||
|
||||
local has_ffi, ffi = pcall(require, 'ffi')
|
||||
|
||||
Reference in New Issue
Block a user