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