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/rupval.lua | |
parent | 0aa030db022c57947afbae3b97038a403973e3cd (diff) | |
download | lanes-master.tar.gz lanes-master.tar.bz2 lanes-master.zip |
Diffstat (limited to 'tests/rupval.lua')
-rw-r--r-- | tests/rupval.lua | 2 |
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) |
24 | end | 24 | end |
25 | 25 | ||
26 | local g = lanes.gen( "base", a) | 26 | local g = lanes.gen( "base", { name = 'auto' }, a) |
27 | 27 | ||
28 | local l = g(7) | 28 | local l = g(7) |
29 | local r = l:join() | 29 | local r = l:join() |