Fix tests after bootstrap change
[gitmo/Class-MOP.git] / 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',