From: Scott McWhirter Date: Thu, 25 Jun 2009 22:06:39 +0000 (+0100) Subject: Fix tests after bootstrap change X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c659b315ae517c2ee25864797b707155ddbd4db;p=gitmo%2FClass-MOP.git Fix tests after bootstrap change --- diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 7bf72a5..9c5ab3a 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -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',