aboutsummaryrefslogtreecommitdiff
path: root/tests/rupval.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/rupval.lua
parent0aa030db022c57947afbae3b97038a403973e3cd (diff)
downloadlanes-master.tar.gz
lanes-master.tar.bz2
lanes-master.zip
Give a name to all lanes in the testsHEADmaster
Diffstat (limited to 'tests/rupval.lua')
-rw-r--r--tests/rupval.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rupval.lua b/tests/rupval.lua
index 122e0ac..ad5ad9d 100644
--- a/tests/rupval.lua
+++ b/tests/rupval.lua
@@ -23,7 +23,7 @@ c = function( n)
23 return n <= 0 and z or a( n-1) 23 return n <= 0 and z or a( n-1)
24end 24end
25 25
26local g = lanes.gen( "base", a) 26local g = lanes.gen( "base", { name = 'auto' }, a)
27 27
28local l = g(7) 28local l = g(7)
29local r = l:join() 29local r = l:join()