drop the use of fatal warnings in tests
[p5sagit/JSON-MaybeXS.git] / t / xs.t
diff --git a/t/xs.t b/t/xs.t
index 4a9248d..8e2b089 100644 (file)
--- a/t/xs.t
+++ b/t/xs.t
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 
 use Test::Without::Module 'Cpanel::JSON::XS';
 use Test::More;