mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
test: fix incorrect function import (#28735)
This commit is contained in:
@@ -80,7 +80,7 @@ local N = 10000
|
|||||||
local function benchmark(lines, expected_value)
|
local function benchmark(lines, expected_value)
|
||||||
local lnum = #lines
|
local lnum = #lines
|
||||||
|
|
||||||
local results = t.exec_lua(
|
local results = n.exec_lua(
|
||||||
[==[
|
[==[
|
||||||
local N, lnum = ...
|
local N, lnum = ...
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user