clean up ::Destructor
[gitmo/Moose.git] / t / 040_type_constraints / 008_union_types.t
index c3fd98e..2a7fa5b 100644 (file)
@@ -4,7 +4,6 @@ use strict;
 use warnings;
 
 use Test::More;
-use Test::Fatal;
 
 BEGIN {
     use_ok('Moose::Util::TypeConstraints');