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