Skip to content

Commit

Permalink
Edit leaktracer diag texts to be ilmary-compliant :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Sep 25, 2014
1 parent f06eb01 commit ee20ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/lib/DBICTest/Util/LeakTracer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ sub assert_empty_weakregistry {
next if ! defined $weak_registry->{$addr}{weakref};

$leaks_found++ unless $tb->in_todo;
$tb->ok (0, "Leaked $weak_registry->{$addr}{display_name}");
$tb->ok (0, "Expected garbage collection of $weak_registry->{$addr}{display_name}");

my $diag = do {
local $Data::Dumper::Maxdepth = 1;
Expand Down Expand Up @@ -375,7 +375,7 @@ END {
for (qw(indirect multidimensional bareword::filehandles)) {
exists $INC{ Module::Runtime::module_notional_filename($_) }
and
$tb->ok(0, "$_ load apparently attempted!!!" )
$tb->ok(0, "$_ load should not have been attempted!!!" )
}
}
=cut
Expand Down

0 comments on commit ee20ecf

Please sign in to comment.