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/ehynes.lua | |
parent | 0aa030db022c57947afbae3b97038a403973e3cd (diff) | |
download | lanes-master.tar.gz lanes-master.tar.bz2 lanes-master.zip |
Diffstat (limited to 'tests/ehynes.lua')
-rw-r--r-- | tests/ehynes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ehynes.lua b/tests/ehynes.lua index cdcd5a5..e4b56a5 100644 --- a/tests/ehynes.lua +++ b/tests/ehynes.lua | |||
@@ -16,7 +16,7 @@ end | |||
16 | local linda = lanes.linda() | 16 | local linda = lanes.linda() |
17 | 17 | ||
18 | -- a linda message receiver | 18 | -- a linda message receiver |
19 | local receiver_gen = lanes.gen( 'base', 'os', 'string', 'io', | 19 | local receiver_gen = lanes.gen( 'base', 'os', 'string', 'io', { name = 'auto' }, |
20 | function (message_name) | 20 | function (message_name) |
21 | PRINT_FMT( 'receiver for message %s entered', message_name ) | 21 | PRINT_FMT( 'receiver for message %s entered', message_name ) |
22 | local n = 1 | 22 | local n = 1 |