Avoid duplication in running the same tests with and without immutable
[gitmo/Moose.git] / t / 600_todo_tests / 002_various_role_shit.t
index 6fe05db..f1fbc06 100644 (file)
@@ -83,7 +83,6 @@ sub req_or_has ($$) {
     has twist => ( is => "rw" );
 
     {
-        local our $TODO = "accessors don't satisfy role requires";
         ::lives_ok { with qw(Dancer) };
     }