diff options
Diffstat (limited to 'tests/fifo.lua')
-rw-r--r-- | tests/fifo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fifo.lua b/tests/fifo.lua index 3c403fa..b68d8a4 100644 --- a/tests/fifo.lua +++ b/tests/fifo.lua | |||
@@ -23,7 +23,7 @@ local function FIFO() | |||
23 | linda:send( nil, my_channel, ... ) | 23 | linda:send( nil, my_channel, ... ) |
24 | end, | 24 | end, |
25 | receive = function(self, timeout) | 25 | receive = function(self, timeout) |
26 | linda:receive( timeout, my_channel ) | 26 | return linda:receive( timeout, my_channel ) |
27 | end | 27 | end |
28 | } | 28 | } |
29 | end | 29 | end |