threads::shared 1.22
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / sv_refs.t
index 72dc3c4..30173bd 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
     }
     use Config;
     if (! $Config{'useithreads'}) {
-        print("1..0 # Skip: Perl not compiled with 'useithreads'\n");
+        print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
         exit(0);
     }
 }
@@ -100,4 +100,6 @@ ok(11, is_shared($foo), "Check for sharing");
     ok(21, is_shared($w) == is_shared($$$$w), '_id($w) == _id($$$$w)');
 }
 
+exit(0);
+
 # EOF