threads::shared 1.22
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / clone.t
index 8990adf..0e7e648 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);
     }
 }
@@ -156,4 +156,6 @@ ok($test++, 1, 'Loaded');
     ok($test++, $$hsh{'foo'}[1] eq 'bar', 'Cloned structure');
 }
 
+exit(0);
+
 # EOF