X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funit_stats.t;h=a8579ebcad478e80df3a689801a6eca4138955c9;hp=35d16463299806971c861b38ac1da19083be85e0;hb=e5ecd5bc38bac3e2fcfaf643ea2a4c6ab46d7e57;hpb=dc5f035ee51a9833b5340e3ee597f5722263042f diff --git a/t/unit_stats.t b/t/unit_stats.t index 35d1646..a8579eb 100644 --- a/t/unit_stats.t +++ b/t/unit_stats.t @@ -80,7 +80,6 @@ $stats->profile(end => "block", comment => "end block"); push(@expected, [ 2, "- attach to uid", 0.1, 0 ]); - my @report = $stats->report; is_deeply(\@report, \@expected, "report");