X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fav_refs.t;h=2e7703128085c68229a5dd2ac522341ff7cfd117;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=431ec331717be25fb3b1ee7a5fb57d871ce5e2a2;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/av_refs.t b/ext/threads/shared/t/av_refs.t index 431ec33..2e77031 100644 --- a/ext/threads/shared/t/av_refs.t +++ b/ext/threads/shared/t/av_refs.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); } } @@ -94,4 +94,6 @@ ok(13, is_shared(@av), "Check for sharing"); my $x :shared; ok(14, is_shared($x), "Check for sharing"); +exit(0); + # EOF