Revision: 981 Author: tim.bunce Date: Sat Dec 19 04:32:01 2009 Log: Fix test count in t/test82-stress.t
http://code.google.com/p/perl-devel-nytprof/source/detail?r=981 Modified: /trunk/t/test82-stress.t ======================================= --- /trunk/t/test82-stress.t Tue Dec 15 14:54:06 2009 +++ /trunk/t/test82-stress.t Sat Dec 19 04:32:01 2009 @@ -31,7 +31,7 @@ ok $subs->{'main::pass'}->calls; }, - extra_test_count => 3, + extra_test_count => 4, }); __DATA__ -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
