Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix at least one mixhash.t test
More tomorrow
  • Loading branch information
lizmat committed Aug 28, 2015
1 parent edcf987 commit 0d1b8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S02-types/mixhash.t
Expand Up @@ -131,7 +131,8 @@ sub showkv($x) {

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

{
Expand Down

0 comments on commit 0d1b8bf

Please sign in to comment.