X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;h=bb4af65024396606b208217af37e32aa178870da;hb=c57c8b10dc66355d65b7ef2aad88edd20d8adc21;hp=390fcc118b826a1a2406cfb4d1b9364ecc4a6f38;hpb=fc3ddd1d180b39fdcde1f7169e14cfbc7fdf55de;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 390fcc1..bb4af65 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 40; +use Test::More tests => 41; use Test::Exception; BEGIN { @@ -33,6 +33,8 @@ BEGIN { has_init_arg init_arg has_default default + slots + associated_class attach_to_class detach_from_class