Skip to content

Commit

Permalink
Opened a ticket for this rakudo-jvm failure
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 29, 2013
1 parent 4a3de07 commit 5bb2991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S02-types/baghash.t
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ sub showkv($x) {
ok @a.grep(* eq 'a').elems <= 1, '.grab(2) returned at most one "a"';
is @a.grep(* eq 'b').elems, 2 - @a.grep(* eq 'a').elems, '.grab(2) and the rest are "b"';
is $b.total, 0, '.grab *should* change BagHash';
#?rakudo.jvm todo "RT #120407"
is $b.elems, 0, '.grab *should* change BagHash';
}

Expand All @@ -355,6 +356,7 @@ sub showkv($x) {
is @a.grep(* eq 'a').elems, 1, '.grab(*) (1)';
is @a.grep(* eq 'b').elems, 2, '.grab(*) (2)';
is $b.total, 0, '.grab *should* change BagHash';
#?rakudo.jvm todo "RT #120407"
is $b.elems, 0, '.grab *should* change BagHash';
}

Expand Down

0 comments on commit 5bb2991

Please sign in to comment.