mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
-- windows, will probably need quite a bit of adjustment to run there.
|
||||
|
||||
local ffi = require('ffi')
|
||||
local global_helpers = require('test.helpers')
|
||||
local global_t = require('test.testutil')
|
||||
|
||||
local argss_to_cmd = global_helpers.argss_to_cmd
|
||||
local repeated_read_cmd = global_helpers.repeated_read_cmd
|
||||
local argss_to_cmd = global_t.argss_to_cmd
|
||||
local repeated_read_cmd = global_t.repeated_read_cmd
|
||||
|
||||
--- @alias Compiler {path: string[], type: string}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user