drop the use of fatal warnings in tests
[p5sagit/JSON-MaybeXS.git] / t / new.t
diff --git a/t/new.t b/t/new.t
index 4ae4ada..d62e755 100644 (file)
--- a/t/new.t
+++ b/t/new.t
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 use Test::More;
 use JSON::MaybeXS ();