Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename more done_testing to done
  • Loading branch information
Hongwen Qiu authored and moritz committed Dec 31, 2010
1 parent d3688bb commit f99d081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test.pm
Expand Up @@ -265,10 +265,10 @@ END {
our $done_testing_has_been_run;
our $no_plan;

## In planned mode, people don't necessarily expect to have to call done_testing
## In planned mode, people don't necessarily expect to have to call done
## So call it for them if they didn't
if !$done_testing_has_been_run && !$no_plan {
done_testing;
done;
}
}

Expand Down

0 comments on commit f99d081

Please sign in to comment.