X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F24-ops.t;h=a69cd0ad4d5679e39fb940359750084a0a925319;hb=002535b0100121f92a04638a58e2d34add019275;hp=f3f62f49337d65f48edab6aa609aab7a9993a0f7;hpb=c38c23a2c58ba8368464423760768887bfc6731f;p=perl%2Fmodules%2FSub-Nary.git diff --git a/t/24-ops.t b/t/24-ops.t index f3f62f4..a69cd0a 100644 --- a/t/24-ops.t +++ b/t/24-ops.t @@ -57,7 +57,7 @@ my @tests = ( [ sub { endprotoent }, 1 ], [ sub { endservent }, 1 ], - [ sub { <*.*> }, { list => 1 / 3, 1 => 2 / 3 } ], + [ sub { <*.*> }, { list => 0.5, 1 => 0.5 } ], ); my $i = 1;