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/appendud.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/appendud.lua') diff --git a/tests/appendud.lua b/tests/appendud.lua index f510c8b..f6f99c1 100644 --- a/tests/appendud.lua +++ b/tests/appendud.lua @@ -42,7 +42,7 @@ function appendud(tab, ud) -- ('tab' is passed over lanes by value, not by reference) end -local t,err= lanes.gen( "base,io", appendud )( _tab, _ud ) -- create & launch a thread +local t,err= lanes.gen( "base,io", { name = 'auto'}, appendud )( _tab, _ud ) -- create & launch a thread assert(t) assert(not err) -- cgit v1.2.3-55-g6feb