diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-27 17:58:32 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-27 17:58:32 +0100 |
commit | 8d097de830d8daf1411cc54ba267f21ecfc3204d (patch) | |
tree | 2b5c2ba1268f7f9ecdde09c96dd9c311c2338e58 /tests | |
parent | 3aed735e5523af04ff24fd73c4b38944d3ab283d (diff) | |
download | lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.tar.gz lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.tar.bz2 lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.zip |
Lua 5.4 support
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 | ||