Fix tests after bootstrap change
Scott McWhirter [Thu, 25 Jun 2009 22:06:39 +0000 (23:06 +0100)]
t/014_attribute_introspection.t

index 7bf72a5..9c5ab3a 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 71;
+use Test::More tests => 72;
 use Test::Exception;
 
 use Class::MOP;
@@ -76,6 +76,7 @@ use Class::MOP;
     }
 
     my @attributes = (
+        'lazy',
         'name',
         'accessor',
         'reader',