summaryrefslogtreecommitdiff
path: root/tests/basic.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic.lua')
-rw-r--r--tests/basic.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.lua b/tests/basic.lua
index 352e029..853a8de 100644
--- a/tests/basic.lua
+++ b/tests/basic.lua
@@ -171,7 +171,7 @@ local function PEEK() return linda:get("<-") end
171local function SEND(...) linda:send( "->", ... ) end 171local function SEND(...) linda:send( "->", ... ) end
172local function RECEIVE() return linda:receive( "<-" ) end 172local function RECEIVE() return linda:receive( "<-" ) end
173 173
174local t= lanes_gen("io,package",chunk)(linda) -- prepare & launch 174local t= lanes_gen("io",chunk)(linda) -- prepare & launch
175 175
176SEND(1); WR( "1 sent\n" ) 176SEND(1); WR( "1 sent\n" )
177SEND(2); WR( "2 sent\n" ) 177SEND(2); WR( "2 sent\n" )