X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fwaithires.t;h=b2e9146ca005004a8e6070218b298599ca00d839;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=22e9c735637ff5b7b949015f61c891945c2f446d;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/waithires.t b/ext/threads/shared/t/waithires.t index 22e9c73..b2e9146 100644 --- a/ext/threads/shared/t/waithires.t +++ b/ext/threads/shared/t/waithires.t @@ -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); } eval { @@ -16,7 +16,7 @@ BEGIN { Time::HiRes->import('time'); }; if ($@) { - print("1..0 # Skip: Time::HiRes not available.\n"); + print("1..0 # SKIP Time::HiRes not available.\n"); exit(0); } } @@ -318,4 +318,6 @@ SYNCH_REFS: { } # -- SYNCH_REFS block +exit(0); + # EOF