threads::shared 1.22
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / shared_attr.t
index a901b70..09f2310 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);
     }
 }
@@ -78,4 +78,6 @@ for(1..10) {
   ok($test_count++, $str1 eq $str2, 'contents');
 }
 
+exit(0);
+
 # EOF