Remove some TODO tags
[gitmo/Mouse.git] / t / 030_roles / 042_compose_overloading.t
index b79fbde..2473a24 100644 (file)
@@ -22,7 +22,4 @@ use Test::More tests => 1;
 
 my $bar = Bar->new;
 
-TODO: {
-    local $TODO = "the special () method isn't properly composed into the class";
-    is("$bar", 42, 'overloading can be composed');
-}
+is("$bar", 42, 'overloading can be composed');