Skip to content

Commit

Permalink
Unfudge 2 passing TODO's for JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 21, 2014
1 parent 7050e78 commit ee544c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-types/baghash.t
Expand Up @@ -365,7 +365,6 @@ 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 @@ -377,7 +376,6 @@ 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 ee544c6

Please sign in to comment.