diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-10-30 14:36:14 +0100 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-10-30 14:36:21 +0100 |
commit | 5cb15be26174d3aa0dca2699a03baabefa147264 (patch) | |
tree | 9af4d3eb3300c2f389f04ce4e87bc98ad0785764 /tests | |
parent | 68351edc78bf87683f3a44241b1281e0f08c7a50 (diff) | |
download | lanes-5cb15be26174d3aa0dca2699a03baabefa147264.tar.gz lanes-5cb15be26174d3aa0dca2699a03baabefa147264.tar.bz2 lanes-5cb15be26174d3aa0dca2699a03baabefa147264.zip |
Fix protectproxy.lua
Diffstat (limited to 'tests')
-rw-r--r-- | tests/protectproxy.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/protectproxy.lua b/tests/protectproxy.lua index 363dbf5..ed1bd4f 100644 --- a/tests/protectproxy.lua +++ b/tests/protectproxy.lua | |||
@@ -1,5 +1,4 @@ | |||
1 | local lanes = require "lanes" | 1 | local lanes = require "lanes".configure{ with_timers = false} |
2 | lanes.configure( 1) | ||
3 | 2 | ||
4 | local body = function( param) | 3 | local body = function( param) |
5 | print ( "lane body: " .. param) | 4 | print ( "lane body: " .. param) |