aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit 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
committerBenoit 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
commit5cb15be26174d3aa0dca2699a03baabefa147264 (patch)
tree9af4d3eb3300c2f389f04ce4e87bc98ad0785764 /tests
parent68351edc78bf87683f3a44241b1281e0f08c7a50 (diff)
downloadlanes-5cb15be26174d3aa0dca2699a03baabefa147264.tar.gz
lanes-5cb15be26174d3aa0dca2699a03baabefa147264.tar.bz2
lanes-5cb15be26174d3aa0dca2699a03baabefa147264.zip
Fix protectproxy.lua
Diffstat (limited to 'tests')
-rw-r--r--tests/protectproxy.lua3
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 @@
1local lanes = require "lanes" 1local lanes = require "lanes".configure{ with_timers = false}
2lanes.configure( 1)
3 2
4local body = function( param) 3local body = function( param)
5 print ( "lane body: " .. param) 4 print ( "lane body: " .. param)