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