fix test plan
Jesse Luehrs [Thu, 23 Jan 2014 01:36:30 +0000 (20:36 -0500)]
t/named.t

index 6629884..6b78698 100644 (file)
--- a/t/named.t
+++ b/t/named.t
@@ -8,7 +8,7 @@ use Test::More;
 BEGIN {
        plan skip_all => "Sub::Name required"
                unless eval { require Sub::Name; 1 };
-       plan tests => 4;
+       plan tests => 3;
 }
 
 use Try::Tiny;