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/protectproxy.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 '')
-rw-r--r-- | tests/protectproxy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/protectproxy.lua b/tests/protectproxy.lua index ed1bd4f..84887ec 100644 --- a/tests/protectproxy.lua +++ b/tests/protectproxy.lua | |||
@@ -5,7 +5,7 @@ local body = function( param) | |||
5 | return 1 | 5 | return 1 |
6 | end | 6 | end |
7 | 7 | ||
8 | local gen = lanes.gen( "*", body) | 8 | local gen = lanes.gen( "*", { name = 'auto' }, body) |
9 | 9 | ||
10 | local mylane = gen( "hello") | 10 | local mylane = gen( "hello") |
11 | 11 | ||