commit a0a189a8edfd2f31c232b5c02c86f6c4b2b60b0d
parent e3ec974324bd73b63f54503480a4e48d1887f8d9
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date: Tue, 14 May 2024 02:39:37 +0200
test: fix incorrect function import (#28735)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/benchmark/screenpos_spec.lua b/test/benchmark/screenpos_spec.lua
@@ -80,7 +80,7 @@ local N = 10000
local function benchmark(lines, expected_value)
local lnum = #lines
- local results = t.exec_lua(
+ local results = n.exec_lua(
[==[
local N, lnum = ...