This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads::shared 1.22
[perl5.git] / ext / threads / shared / t / wait.t
index 4b5bd8e..6863292 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);
     }
 }
@@ -350,4 +350,6 @@ SYNCH_REFS: {
 
 } # -- SYNCH_REFS block
 
+exit(0);
+
 # EOF