aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2024-05-14 02:39:37 +0200
committerGitHub <noreply@github.com>2024-05-14 08:39:37 +0800
commita0a189a8edfd2f31c232b5c02c86f6c4b2b60b0d (patch)
tree146d86ed723467eca86a661f88303cecea8dc3b7
parente3ec974324bd73b63f54503480a4e48d1887f8d9 (diff)
downloadrneovim-a0a189a8edfd2f31c232b5c02c86f6c4b2b60b0d.tar.gz
rneovim-a0a189a8edfd2f31c232b5c02c86f6c4b2b60b0d.tar.bz2
rneovim-a0a189a8edfd2f31c232b5c02c86f6c4b2b60b0d.zip
test: fix incorrect function import (#28735)
-rw-r--r--test/benchmark/screenpos_spec.lua2
1 files changed, 1 insertions, 1 deletions
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 = ...