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 --- deep_userdata_example/deeptest.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'deep_userdata_example') diff --git a/deep_userdata_example/deeptest.lua b/deep_userdata_example/deeptest.lua index 6ef4b74..37136cd 100644 --- a/deep_userdata_example/deeptest.lua +++ b/deep_userdata_example/deeptest.lua @@ -82,6 +82,7 @@ local performTest = function( obj_) local g = lanes.gen( "package" , { + name = 'auto', required = { "deep_userdata_example"} -- we will transfer userdata created by this module, so we need to make this lane aware of it } , function( arg_, t_) -- cgit v1.2.3-55-g6feb