X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_stats.t;h=a8579ebcad478e80df3a689801a6eca4138955c9;hb=2055d9ad6304f9db74cb05ec8ee0146ce319e8e4;hp=35d16463299806971c861b38ac1da19083be85e0;hpb=dc5f035ee51a9833b5340e3ee597f5722263042f;p=catagits%2FCatalyst-Runtime.git 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");