diff options
Diffstat (limited to '')
-rw-r--r-- | unit_tests/scripts/lane/uncooperative_shutdown.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/scripts/lane/uncooperative_shutdown.lua b/unit_tests/scripts/lane/uncooperative_shutdown.lua index ce7df57..56c936b 100644 --- a/unit_tests/scripts/lane/uncooperative_shutdown.lua +++ b/unit_tests/scripts/lane/uncooperative_shutdown.lua | |||
@@ -12,7 +12,7 @@ local lane = function() | |||
12 | end | 12 | end |
13 | 13 | ||
14 | -- the generator | 14 | -- the generator |
15 | local g1 = lanes.gen("*", lane) | 15 | local g1 = lanes.gen("*", {name = "auto"}, lane) |
16 | 16 | ||
17 | -- launch lane | 17 | -- launch lane |
18 | local h1 = g1() | 18 | local h1 = g1() |