aboutsummaryrefslogtreecommitdiff
path: root/tests/manual_register.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/manual_register.lua
parent0aa030db022c57947afbae3b97038a403973e3cd (diff)
downloadlanes-512f4c0b46ea5cc359e673b7379cd81925863121.tar.gz
lanes-512f4c0b46ea5cc359e673b7379cd81925863121.tar.bz2
lanes-512f4c0b46ea5cc359e673b7379cd81925863121.zip
Give a name to all lanes in the tests
Diffstat (limited to 'tests/manual_register.lua')
-rw-r--r--tests/manual_register.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual_register.lua b/tests/manual_register.lua
index 52cc4ed..36a41ad 100644
--- a/tests/manual_register.lua
+++ b/tests/manual_register.lua
@@ -25,7 +25,7 @@ local f = function()
25end 25end
26 26
27 27
28local g = lanes.gen( "*", f) 28local g = lanes.gen( "*", { name = 'auto' }, f)
29 29
30-- generate a lane, this will transfer f, which pulls GlobalFunc. 30-- generate a lane, this will transfer f, which pulls GlobalFunc.
31local h = g() 31local h = g()