aboutsummaryrefslogtreecommitdiff
path: root/tests/rupval.lua
diff options
context:
space:
mode:
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()