diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-30 09:18:51 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-30 09:18:51 +0100 |
commit | c64ad48fdf3aa9505fcf8505c832d1e397d60e85 (patch) | |
tree | 4d97ebd28073b81d27c4d22b3bb46d80812e6b5f /tests | |
parent | f8a18ec679f0fc4627e95b893bc0d3560052dc64 (diff) | |
download | lanes-c64ad48fdf3aa9505fcf8505c832d1e397d60e85.tar.gz lanes-c64ad48fdf3aa9505fcf8505c832d1e397d60e85.tar.bz2 lanes-c64ad48fdf3aa9505fcf8505c832d1e397d60e85.zip |
don't test __lanesignore for POD types (-> slightly faster when trasnfering lots of data)
+ more code refactoring
Diffstat (limited to 'tests')
-rw-r--r-- | tests/errhangtest.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/errhangtest.lua b/tests/errhangtest.lua index a541aad..7286fa5 100644 --- a/tests/errhangtest.lua +++ b/tests/errhangtest.lua | |||
@@ -1,5 +1,4 @@ | |||
1 | local lanes = require "lanes" | 1 | local lanes = require "lanes".configure{with_timers=false} |
2 | lanes.configure() | ||
3 | 2 | ||
4 | local linda = lanes.linda() | 3 | local linda = lanes.linda() |
5 | 4 | ||