Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge pugs/niecza properly for typed hashes
  • Loading branch information
lizmat committed Jul 8, 2013
1 parent 4753065 commit ca24260
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions S32-hash/perl.t
Expand Up @@ -16,8 +16,8 @@ plan 12;
ok $rh.keyof =:= Any, 'make sure keys are Any';
} #4

#?pugs todo "cannot roundtrip hashes with constrained values"
#?niecza todo "cannot roundtrip hashes with constrained values"
#?pugs skip "cannot roundtrip hashes with constrained values"
#?niecza skip "cannot roundtrip hashes with constrained values"
# hash with constrained values
{
my Int %h = a => 1, b => 2;
Expand All @@ -29,8 +29,8 @@ plan 12;
ok $rh.keyof =:= Any, 'make sure roundtripped keys are Any';
} #4

#?pugs todo "cannot roundtrip hashes with constrained keys & values"
#?niecza todo "cannot roundtrip hashes with constrained keys & values"
#?pugs skip "cannot roundtrip hashes with constrained keys & values"
#?niecza skip "cannot roundtrip hashes with constrained keys & values"
# hash with constrained keys & values
{
my Int %h{Str} = a => 1, b => 2;
Expand Down

0 comments on commit ca24260

Please sign in to comment.