diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/deadlock.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/deadlock.lua b/tests/deadlock.lua index 655fad2..73d7ccb 100644 --- a/tests/deadlock.lua +++ b/tests/deadlock.lua | |||
@@ -4,6 +4,8 @@ | |||
4 | local lanes = require('lanes').configure() | 4 | local lanes = require('lanes').configure() |
5 | local linda = lanes.linda "deadlock_linda" | 5 | local linda = lanes.linda "deadlock_linda" |
6 | 6 | ||
7 | print "let's begin" | ||
8 | |||
7 | local do_extra_stuff = true | 9 | local do_extra_stuff = true |
8 | 10 | ||
9 | if do_extra_stuff then | 11 | if do_extra_stuff then |