diff options
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() |