make all skip messages look the same
[p5sagit/JSON-MaybeXS.git] / t / xs.t
diff --git a/t/xs.t b/t/xs.t
index 51b56dd..41ffcae 100644 (file)
--- a/t/xs.t
+++ b/t/xs.t
@@ -6,7 +6,7 @@ use Test::More;
 use JSON::MaybeXS;
 
 unless ( eval { require JSON::XS; 1 } ) {
-    plan skip_all => 'JSON::XS not installed';
+    plan skip_all => 'No JSON::XS';
     done_testing;
     exit;
 }