diff options
Diffstat (limited to 'unit_tests/scripts/lane/tasking_join_test.lua')
-rw-r--r-- | unit_tests/scripts/lane/tasking_join_test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/scripts/lane/tasking_join_test.lua b/unit_tests/scripts/lane/tasking_join_test.lua index 8f2d4db..2fbce6c 100644 --- a/unit_tests/scripts/lane/tasking_join_test.lua +++ b/unit_tests/scripts/lane/tasking_join_test.lua | |||
@@ -34,7 +34,7 @@ PRINT("---=== :join test ===---", "\n\n") | |||
34 | -- (unless [1..n] has been read earlier, in which case it would seemingly | 34 | -- (unless [1..n] has been read earlier, in which case it would seemingly |
35 | -- work). | 35 | -- work). |
36 | 36 | ||
37 | local S= lanes_gen("table", {gc_cb = gc_cb}, | 37 | local S= lanes_gen("table", { name = 'auto', gc_cb = gc_cb }, |
38 | function(arg) | 38 | function(arg) |
39 | lane_threadname "join test lane" | 39 | lane_threadname "join test lane" |
40 | set_finalizer(function() end) | 40 | set_finalizer(function() end) |