back out 'bare' attribute changes (moving to a branch)
[gitmo/Moose.git] / t / 030_roles / 017_extending_role_attrs.t
index e960a67..df01d3d 100644 (file)
@@ -151,7 +151,6 @@ is_deeply($quux->quux, ["hi"], "... still has the old ArrayRef value");
     for (1..3) {
         has "err$_" => (
             isa => 'Str | Int',
-            is => 'bare',
         );
     }