aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 8877eaf..593261e 100644
--- a/tests/protect_allocator.lua
+++ b/tests/protect_allocator.lua
@@ -1,6 +1,6 @@
1local print = print 1local print = print
2 2
3local lanes = require "lanes".configure{ with_timers = false, protect_allocator=true} 3local lanes = require "lanes".configure{ with_timers = false, allocator="protected"}
4 4
5local linda = lanes.linda() 5local linda = lanes.linda()
6 6