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