Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No need for .tree in baghash.t
  • Loading branch information
moritz committed Aug 22, 2015
1 parent c2f2973 commit 217b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/baghash.t
Expand Up @@ -125,7 +125,7 @@ sub showkv($x) {

{
my $a = (1,2,3,2,2,2,2).BagHash;
is $a.kv.tree.sort({ .[0] }), ([1, 1], [2, 5], [3, 1]).list.sort, "BagHash.kv returns list of keys and values";
is $a.kv.sort({ .[0] }), ([1, 1], [2, 5], [3, 1]).list.sort, "BagHash.kv returns list of keys and values";
}

#?niecza skip "Unmatched key in Hash.LISTSTORE"
Expand Down

0 comments on commit 217b1af

Please sign in to comment.