From a0a189a8edfd2f31c232b5c02c86f6c4b2b60b0d Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 14 May 2024 02:39:37 +0200 Subject: [PATCH] test: fix incorrect function import (#28735) --- test/benchmark/screenpos_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/benchmark/screenpos_spec.lua b/test/benchmark/screenpos_spec.lua index d9d4a70628..db8f918817 100644 --- 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 = ...