Revision: 1173
Author: dubiously
Date: Fri Mar 12 17:38:40 2010
Log: There shall be only one plan per test file
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1173

Modified:
 /trunk/t/50-errno.t

=======================================
--- /trunk/t/50-errno.t Fri Mar 12 02:35:37 2010
+++ /trunk/t/50-errno.t Fri Mar 12 17:38:40 2010
@@ -1,4 +1,4 @@
-use Test::More tests => 8;
+use Test::More;

 my $nytprof_out;
 BEGIN {
@@ -15,6 +15,8 @@
     return if $! == 2;  # all is well
plan skip_all => "Can't control errno in this perl build (linked with different CRT than perl?)";
 }
+
+plan tests => 8;

 use Devel::NYTProf;

--
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]

Reply via email to