diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 14:53:09 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 14:53:09 +0100 |
commit | 512f4c0b46ea5cc359e673b7379cd81925863121 (patch) | |
tree | 1e72167d8d63f44109719db9643d4c0445b17d57 /unit_tests/scripts/lane/tasking_join_test.lua | |
parent | 0aa030db022c57947afbae3b97038a403973e3cd (diff) | |
download | lanes-master.tar.gz lanes-master.tar.bz2 lanes-master.zip |
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) |