aboutsummaryrefslogtreecommitdiff
path: root/tests/keeper.lua
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-03-14 14:53:09 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2025-03-14 14:53:09 +0100
commit512f4c0b46ea5cc359e673b7379cd81925863121 (patch)
tree1e72167d8d63f44109719db9643d4c0445b17d57 /tests/keeper.lua
parent0aa030db022c57947afbae3b97038a403973e3cd (diff)
downloadlanes-master.tar.gz
lanes-master.tar.bz2
lanes-master.zip
Give a name to all lanes in the testsHEADmaster
Diffstat (limited to 'tests/keeper.lua')
-rw-r--r--tests/keeper.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/keeper.lua b/tests/keeper.lua
index 0e93de2..f566927 100644
--- a/tests/keeper.lua
+++ b/tests/keeper.lua
@@ -160,7 +160,7 @@ if true then
160 end 160 end
161 161
162 PRINT("lane started") 162 PRINT("lane started")
163 local h= lanes.gen( "io", lane )() 163 local h= lanes.gen( "io", { name = 'auto' }, lane )()
164 PRINT("lane joined:", h:join()) 164 PRINT("lane joined:", h:join())
165 165
166 PRINT("A.some = " .. A.some ) 166 PRINT("A.some = " .. A.some )