Remove some TODO tags
[gitmo/Mouse.git] / t / 100_bugs / 025_universal_methods_wrappable.t
index a7507db..8e24969 100644 (file)
@@ -23,8 +23,6 @@ use Test::More;
 
     use Test::More; # for $TODO
 
-    local $TODO = 'UNIVERSAL methods should be wrappable';
-
     ::lives_ok { with 'FakeBar' } 'applied role';
 
     my $foo = Foo->new;