Skip to content

Commit

Permalink
Change one more Rakudo fudge to skip.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jun 11, 2013
1 parent e669cdf commit d9c98ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/keybag.t
Expand Up @@ -292,7 +292,7 @@ sub showkv($x) {
is @a.grep(* eq 'b').elems, 2, '.pick(*) (2)';
}

#?rakudo todo "Needs to catch up with spec"
#?rakudo skip "Needs to catch up with spec"
{
my $b = {"a" => 100000000000, "b" => 1}.KeyBag;

Expand Down

0 comments on commit d9c98ad

Please sign in to comment.