diff options
Diffstat (limited to 'tests/manual_register.lua')
-rw-r--r-- | tests/manual_register.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual_register.lua b/tests/manual_register.lua index 52cc4ed..36a41ad 100644 --- a/tests/manual_register.lua +++ b/tests/manual_register.lua | |||
@@ -25,7 +25,7 @@ local f = function() | |||
25 | end | 25 | end |
26 | 26 | ||
27 | 27 | ||
28 | local g = lanes.gen( "*", f) | 28 | local g = lanes.gen( "*", { name = 'auto' }, f) |
29 | 29 | ||
30 | -- generate a lane, this will transfer f, which pulls GlobalFunc. | 30 | -- generate a lane, this will transfer f, which pulls GlobalFunc. |
31 | local h = g() | 31 | local h = g() |