Skip to content

Commit

Permalink
done_testing() calls Test::done()
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 25, 2013
1 parent e132cd9 commit 420d419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
sub is_deeply { _is_deeply($_[0], $_[1], $_[2]) }
sub eq_array { _is_deeply($_[0], $_[1], $_[2]) }
sub cmp_ok { _cmp_ok($_[0], $_[1], $_[2], $_[3]) }
sub done_testing { _done_testing() }
sub done_testing { _done() }
sub done { _done() }

# so that these tests don't die, see https://github.com/mirrors/perl/blob/blead/t/test.pl#L1587
Expand Down

0 comments on commit 420d419

Please sign in to comment.