Skip to content

Commit b38771a

Browse files
committed
It was the test for :p:!delete that was wrong. Duh
1 parent 29a2813 commit b38771a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

S32-hash/delete-adverb.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ sub gen_hash {
122122
my $hi = %h<h i>:p;
123123
#?pugs 4 skip "no adverbials"
124124
#?niecza 3 todo "cannot combine adverbial pairs"
125-
#?rakudo 2 skip "pair with non-delete slice still fails"
126125
is_deeply %h<h i>:p:!delete, $hi, "return pairs";
127-
is %h<h i>, $hi, "h i should not have been deleted";
126+
is %h<h i>:p, $hi, "h i should not have been deleted";
128127
is_deeply %h<h i>:p:delete, $hi, "slice pairs out";
129128
is +%h, 19, "h i should be deleted now";
130129
} #18

0 commit comments

Comments
 (0)