X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fav_simple.t;h=67d9a32f3a439f3d740ac7f10a9a4595c999c085;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=66fd732aff5bed5e1c0218c107c6459773f5f599;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/av_simple.t b/ext/threads/shared/t/av_simple.t index 66fd732..67d9a32 100644 --- a/ext/threads/shared/t/av_simple.t +++ b/ext/threads/shared/t/av_simple.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); } } @@ -134,4 +134,6 @@ ok(37, !defined delete($foo[0]), "Check that delete works from a thread"); ok(44, is_shared(@foo), "Check for sharing"); +exit(0); + # EOF