Revert most of the conversion to Test::Fatal so we can redo it
[gitmo/Moose.git] / t / 030_roles / 025_role_composition_override.t
index d47fd3b..4c428f2 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 8;
+use Test::More;
 use Test::Exception;
 
 use Moose::Meta::Role::Application::RoleSummation;
@@ -110,3 +110,5 @@ dies_ok {
         )
     );
 } '... this fails as expected';
+
+done_testing;