aboutsummaryrefslogtreecommitdiff
path: root/tests/protect_allocator.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/protect_allocator.lua')
-rw-r--r--tests/protect_allocator.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/protect_allocator.lua b/tests/protect_allocator.lua
index 593261e..5cbb1d8 100644
--- a/tests/protect_allocator.lua
+++ b/tests/protect_allocator.lua
@@ -46,5 +46,8 @@ for i = 1, COUNT do
46end 46end
47 47
48-- wait for completion 48-- wait for completion
49print "wait for completion"
49linda:receive( linda.batched, "key", COUNT) 50linda:receive( linda.batched, "key", COUNT)
51print "waiting a bit more ..."
52linda:receive( 1, "foo")
50print "SUCCESS" 53print "SUCCESS"