Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't complain if we don't test anything
  • Loading branch information
lizmat committed Sep 12, 2014
1 parent a89cfe4 commit 795be4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test.pm
Expand Up @@ -461,7 +461,7 @@ END {
for $output, $failure_output, $todo_output -> $handle {
next if $handle === ($*ERR|$*OUT);

$handle.close;
$handle.?close;
}

if $num_of_tests_failed > 0 {
Expand Down

0 comments on commit 795be4c

Please sign in to comment.