From: Scott McWhirter Date: Tue, 29 Sep 2009 06:49:26 +0000 (-0700) Subject: Update test count X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a33dc171b6b15eca0c6bcf479880c2c42d7bde7;p=gitmo%2FClass-MOP.git Update test count --- diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index d1532cf..1e55460 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 => 73; +use Test::More tests => 75; use Test::Exception; use Class::MOP;