mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
test: remove unnecessary nil argument to testutil (#28270)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local t = require('test.functional.testutil')(nil)
|
||||
local t = require('test.functional.testutil')()
|
||||
|
||||
local clear = t.clear
|
||||
local exec_lua = t.exec_lua
|
||||
|
||||
Reference in New Issue
Block a user