X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=t%2F24-ops.t;h=3bfe5429823e7d7a5006367215ae9e8df18a6818;hp=a69cd0ad4d5679e39fb940359750084a0a925319;hb=1757c35d2d60dd9b52dcbd5af09679cfdaeb1740;hpb=84483a1d32823197ca6c6dcb5e839e8d5650e9e4 diff --git a/t/24-ops.t b/t/24-ops.t index a69cd0a..3bfe542 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 => 0.5, 1 => 0.5 } ], + [ sub { <*.*> }, 1 ], ); my $i = 1;