diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 14:53:09 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 14:53:09 +0100 |
commit | 512f4c0b46ea5cc359e673b7379cd81925863121 (patch) | |
tree | 1e72167d8d63f44109719db9643d4c0445b17d57 /tests/manual_register.lua | |
parent | 0aa030db022c57947afbae3b97038a403973e3cd (diff) | |
download | lanes-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.lua | 2 |
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() | |||
25 | end | 25 | end |
26 | 26 | ||
27 | 27 | ||
28 | local g = lanes.gen( "*", f) | 28 | local 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. |
31 | local h = g() | 31 | local h = g() |