aboutsummaryrefslogtreecommitdiff
path: root/tests/protectproxy.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/protectproxy.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 '')
-rw-r--r--tests/protectproxy.lua2
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
6end 6end
7 7
8local gen = lanes.gen( "*", body) 8local gen = lanes.gen( "*", { name = 'auto' }, body)
9 9
10local mylane = gen( "hello") 10local mylane = gen( "hello")
11 11