Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make lock test failure a bit more verbose
  • Loading branch information
lizmat committed Apr 5, 2014
1 parent 65ddc70 commit 3b5223c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S17-concurrency/lock.t
Expand Up @@ -74,5 +74,6 @@ plan 7;
$t1.join();
$t2.join();

is @log.join(','), 'ale,porter,stout', 'Conditon variable worked';
diag "log = {@log}" if !
is @log.join(','), 'ale,porter,stout', 'Condition variable worked';
}

0 comments on commit 3b5223c

Please sign in to comment.