Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix one BagHash test
  • Loading branch information
lizmat committed Aug 28, 2015
1 parent 7e08156 commit 1ea8920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S02-types/baghash.t
Expand Up @@ -130,8 +130,8 @@ sub showkv($x) {

#?niecza skip "Unmatched key in Hash.LISTSTORE"
{
throws-like { EVAL 'my %h = BagHash.new(<a b o p a p o o>)' },
X::Hash::Store::OddNumber;
my %h = BagHash.new(<a b o p a p o o>);
is %h, {:2a, :1b, :3o, :2p}, 'we now flatten according to single arg';
}

{
Expand Down

0 comments on commit 1ea8920

Please sign in to comment.