Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge for niecza.
  • Loading branch information
colomon committed Aug 13, 2012
1 parent 43e72e3 commit d49c1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S06-other/anon-hashes-vs-blocks.t
Expand Up @@ -49,6 +49,7 @@ ok $bar ~~ Hash, '%foo in a block causes hash composing';
ok {;} ~~ Block, '{;} is a Block';
}

#?niecza skip "Thinks the block is a hash"
{
my @foo = <a b>;
my %hash = map { (state $counter)++ => $_ }, @foo;
Expand Down
1 change: 1 addition & 0 deletions S14-roles/mixin.t
Expand Up @@ -139,6 +139,7 @@ is (class { } but role { method answer() { 42 } }).answer, 42,
lives_ok {(True but role {}).gist}, 'can mix into True';

# RT #73990
#?niecza skip "Can only provide exactly one initial value to a mixin"
{
my $tracker = '';
for 1..3 {
Expand Down

0 comments on commit d49c1dc

Please sign in to comment.