X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=t%2F80-threads.t;h=a04d1b9ff4935bc897b22a589b923d47b98dec3d;hp=3b0a5959b5e06229ae5b667056e4f6b89112daf0;hb=95d98c140e711be6185a7ff61ac78668ebc91155;hpb=627cfc1e101ffcd0a1e0039e7eb333d5efd15d8a diff --git a/t/80-threads.t b/t/80-threads.t index 3b0a595..a04d1b9 100644 --- a/t/80-threads.t +++ b/t/80-threads.t @@ -39,7 +39,7 @@ sub worker { diag "spawned thread $tid"; tick; for (1 .. 10) { - pass "test $_ in thread $tid"; + cmp_ok 1, '==', '1.0', "test $_ in thread $tid"; tick; } }