Skip to content

Commit

Permalink
It was the test for :p:!delete that was wrong. Duh
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 6, 2013
1 parent 29a2813 commit b38771a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S32-hash/delete-adverb.t
Expand Up @@ -122,9 +122,8 @@ sub gen_hash {
my $hi = %h<h i>:p;
#?pugs 4 skip "no adverbials"
#?niecza 3 todo "cannot combine adverbial pairs"
#?rakudo 2 skip "pair with non-delete slice still fails"
is_deeply %h<h i>:p:!delete, $hi, "return pairs";
is %h<h i>, $hi, "h i should not have been deleted";
is %h<h i>:p, $hi, "h i should not have been deleted";
is_deeply %h<h i>:p:delete, $hi, "slice pairs out";
is +%h, 19, "h i should be deleted now";
} #18
Expand Down

0 comments on commit b38771a

Please sign in to comment.