X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcmop%2Fmetaclass_incompatibility.t;h=598dcef6b2da15cc84c93de9986190ea064821fa;hb=8813e6af5e274ce818e2cc264882281e1fa1b210;hp=5148c29e9e4b16d8da4f8d2b5ff037a484e82827;hpb=7e3009e797201121bf42b47fe867d8fa3d228f7f;p=gitmo%2FMoose.git diff --git a/t/cmop/metaclass_incompatibility.t b/t/cmop/metaclass_incompatibility.t index 5148c29..598dcef 100644 --- a/t/cmop/metaclass_incompatibility.t +++ b/t/cmop/metaclass_incompatibility.t @@ -172,7 +172,7 @@ Foo::Meta::Class->create( 'Foo::Reverse', ); isa_ok(Class::MOP::class_of('Foo::Reverse'), 'Foo::Meta::Class'); -{ local $TODO = 'No idea how to handle case where parent class is created before children'; +{ local $TODO = 'No idea how to handle case where child class is created before parent'; isa_ok(Class::MOP::class_of('Foo::Reverse::Sub'), 'Foo::Meta::Class'); isa_ok(Class::MOP::class_of('Foo::Reverse::Sub::Sub'), 'Foo::Meta::Class'); }