diff options
Diffstat (limited to '')
-rw-r--r-- | tests/protect_allocator.lua | 2 |
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 |
49 | linda:receive( linda.batched, "key", COUNT) | 49 | linda:receive( linda.batched, "key", COUNT) |
50 | print "waiting a bit more ..." | ||
51 | linda:receive( 1, "foo") | ||
50 | print "SUCCESS" | 52 | print "SUCCESS" |