X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F006-unimport.t;h=a3c74db2258dc9bc9640525bde253eb8d354b8d4;hb=c9313657717f78bd96f0325c6aa1c93d0b0d41a5;hp=fa7259b89698e9370797d1552ab2ec9da6d6c927;hpb=b57f7bae1aa14a25dba1289796fa6fd3c4d9a3f2;p=gitmo%2FMouse.git diff --git a/t/006-unimport.t b/t/006-unimport.t index fa7259b..a3c74db 100644 --- a/t/006-unimport.t +++ b/t/006-unimport.t @@ -29,9 +29,7 @@ do { }; ok(!Foo->can('has'), "has keyword is unimported"); -TODO: { - local $TODO = "fixing this may require a Sub::Identify dep"; - ok(Foo->can('extends'), "extends method is NOT unimported"); - is(eval { Foo->extends }, "good", "extends method is ours, not the extends keyword"); -}; + +ok(Foo->can('extends'), "extends method is NOT unimported"); +is(eval { Foo->extends }, "good", "extends method is ours, not the extends keyword");