My previous role preservation fix made a todo test pass, so I moved the test and...
[gitmo/Moose.git] / t / 100_bugs / 031_application_metarole_compat.t
@@ -51,9 +51,7 @@ BEGIN {
 {
     package Child;
     use Moose -traits => 'Bar';
-    { our $TODO; local $TODO = "no idea what's going on here";
     ::is( ::exception { extends 'Parent' }, undef );
-    }
 }
 
 done_testing;