aboutsummaryrefslogtreecommitdiff
path: root/tests/protect_allocator.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/protect_allocator.lua')
-rw-r--r--tests/protect_allocator.lua2
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
38local COUNT = 4 38local COUNT = 4
39local gen = lanes.gen( "*", body) 39local gen = lanes.gen( "*", { name = 'auto' }, body)
40for i = 1, COUNT do 40for i = 1, COUNT do
41 gen( i) 41 gen( i)
42end 42end