remove unneeded use of Test::Fatal
[gitmo/Moose.git] / t / 100_bugs / 029_instance_application_role_args.t
index 8ab6d56..405a6f3 100644 (file)
@@ -2,7 +2,6 @@
 use strict;
 use warnings;
 use Test::More;
-use Test::Fatal;
 
 {
     package Point;