aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-11-27 17:58:32 +0100
committerBenoit Germain <bnt.germain@gmail.com>2018-11-27 17:58:32 +0100
commit8d097de830d8daf1411cc54ba267f21ecfc3204d (patch)
tree2b5c2ba1268f7f9ecdde09c96dd9c311c2338e58 /tests
parent3aed735e5523af04ff24fd73c4b38944d3ab283d (diff)
downloadlanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.tar.gz
lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.tar.bz2
lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.zip
Lua 5.4 support
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