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 /tests/protect_allocator.lua | |
parent | 0aa030db022c57947afbae3b97038a403973e3cd (diff) | |
download | lanes-master.tar.gz lanes-master.tar.bz2 lanes-master.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/protect_allocator.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/protect_allocator.lua b/tests/protect_allocator.lua index 994cb39..e13a57c 100644 --- a/tests/protect_allocator.lua +++ b/tests/protect_allocator.lua | |||
@@ -36,7 +36,7 @@ end | |||
36 | 36 | ||
37 | -- start threads | 37 | -- start threads |
38 | local COUNT = 4 | 38 | local COUNT = 4 |
39 | local gen = lanes.gen( "*", body) | 39 | local gen = lanes.gen( "*", { name = 'auto' }, body) |
40 | for i = 1, COUNT do | 40 | for i = 1, COUNT do |
41 | gen( i) | 41 | gen( i) |
42 | end | 42 | end |