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/protect_allocator.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/protect_allocator.lua') diff --git a/tests/protect_allocator.lua b/tests/protect_allocator.lua index 994cb39..e13a57c 100644 --- a/tests/protect_allocator.lua +++ b/tests/protect_allocator.lua @@ -36,7 +36,7 @@ end -- start threads local COUNT = 4 -local gen = lanes.gen( "*", body) +local gen = lanes.gen( "*", { name = 'auto' }, body) for i = 1, COUNT do gen( i) end -- cgit v1.2.3-55-g6feb