diff options
Diffstat (limited to '')
-rw-r--r-- | tests/protect_allocator.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/protect_allocator.lua b/tests/protect_allocator.lua index 6eead5d..5cbb1d8 100644 --- a/tests/protect_allocator.lua +++ b/tests/protect_allocator.lua | |||
@@ -46,6 +46,7 @@ for i = 1, COUNT do | |||
46 | end | 46 | end |
47 | 47 | ||
48 | -- wait for completion | 48 | -- wait for completion |
49 | print "wait for completion" | ||
49 | linda:receive( linda.batched, "key", COUNT) | 50 | linda:receive( linda.batched, "key", COUNT) |
50 | print "waiting a bit more ..." | 51 | print "waiting a bit more ..." |
51 | linda:receive( 1, "foo") | 52 | linda:receive( 1, "foo") |