test: fix incorrect function import (#28735)

This commit is contained in:
dundargoc 2024-05-14 02:39:37 +02:00 committed by GitHub
parent e3ec974324
commit a0a189a8ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ...