aboutsummaryrefslogtreecommitdiff
path: root/tests/protectproxy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/protectproxy.lua')
-rw-r--r--tests/protectproxy.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/protectproxy.lua b/tests/protectproxy.lua
index 57ca831..363dbf5 100644
--- a/tests/protectproxy.lua
+++ b/tests/protectproxy.lua
@@ -1,4 +1,5 @@
1require "lanes" 1local lanes = require "lanes"
2lanes.configure( 1)
2 3
3local body = function( param) 4local body = function( param)
4 print ( "lane body: " .. param) 5 print ( "lane body: " .. param)