remove unused code
[p5sagit/JSON-MaybeXS.git] / t / xs.t
diff --git a/t/xs.t b/t/xs.t
index ed7804a..a254b7e 100644 (file)
--- a/t/xs.t
+++ b/t/xs.t
@@ -7,8 +7,6 @@ use JSON::MaybeXS;
 
 unless ( eval { require JSON::XS; 1 } ) {
     plan skip_all => 'No JSON::XS';
-    done_testing;
-    exit;
 }
 
 is( JSON, 'JSON::XS', 'Correct JSON class' );