threads::shared 1.22
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / sv_simple.t
index f532bc6..f4cbcf2 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);
     }
 }
@@ -63,4 +63,6 @@ ok(10, !defined($test), "Check undef value");
 
 ok(11, is_shared($test), "Check for sharing");
 
+exit(0);
+
 # EOF