X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=t%2F24-ops.t;fp=t%2F24-ops.t;h=f824d1c70ae8fee342b9af67cbc8c54263bcd54f;hp=3bfe5429823e7d7a5006367215ae9e8df18a6818;hb=790ba71f0305951a6d7bb04ca02a1dad7563f439;hpb=37cafd97ccbd41d9cde225a53f6a058ac23ce7d5 diff --git a/t/24-ops.t b/t/24-ops.t index 3bfe542..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' ],