aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)