From 512f4c0b46ea5cc359e673b7379cd81925863121 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 14 Mar 2025 14:53:09 +0100 Subject: Give a name to all lanes in the tests --- tests/hangtest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hangtest.lua') diff --git a/tests/hangtest.lua b/tests/hangtest.lua index 0e44451..e48ff60 100644 --- a/tests/hangtest.lua +++ b/tests/hangtest.lua @@ -7,7 +7,7 @@ local lanes = require "lanes" local function ret(b) return b end -local lgen = lanes.gen("*", {}, ret) +local lgen = lanes.gen("*", { name = 'auto' }, ret) for i=1,10000 do local ln = lgen(i) -- cgit v1.2.3-55-g6feb