Revert most of the conversion to Test::Fatal so we can redo it
[gitmo/Moose.git] / t / 030_roles / 005_role_conflict_detection.t
index d33b1c0..b06628d 100644 (file)
@@ -189,8 +189,7 @@ Role attribute conflicts
 
     ::throws_ok {
         with 'Role::Boo', 'Role::Boo::Hoo';
-    } qr/We have encountered an attribute conflict/,
-      '... role attrs conflict and method was required';
+    }, qr/We have encountered an attribute conflict.+ghost/,
 
     package My::Test8;
     use Moose;