X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional_memleak.t;h=391f031ac10e49bdd0b53a4a89ed4399a8feb154;hb=74c89dead3cfd8e95cbe853adbc6fe9eed539f4e;hp=b712ec2a5d61ac185741f22c38940eeb3babd02e;hpb=9b98464223828a695cc4aadcf597fb118c10b571;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional_memleak.t b/t/optional_memleak.t index b712ec2..391f031 100644 --- a/t/optional_memleak.t +++ b/t/optional_memleak.t @@ -74,7 +74,7 @@ sub size_of { foreach my $p ( @{ $t->table } ) { if ( $p->pid == $pid ) { - return $p->size; + return $p->rss; } }