mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
test: remove unused variable (#21552)
This commit is contained in:
parent
7067cde657
commit
d0dd8d11bf
@ -2,7 +2,7 @@
|
|||||||
-- Busted started doing this to help provide more isolation. See issue #62
|
-- Busted started doing this to help provide more isolation. See issue #62
|
||||||
-- for more information about this.
|
-- for more information about this.
|
||||||
local helpers = require('test.functional.helpers')(nil)
|
local helpers = require('test.functional.helpers')(nil)
|
||||||
local screen = require('test.functional.ui.screen')
|
require('test.functional.ui.screen')
|
||||||
local busted = require("busted")
|
local busted = require("busted")
|
||||||
local is_os = helpers.is_os
|
local is_os = helpers.is_os
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user