Skip to content

Commit

Permalink
Fudge S04/no-implicit-block for niecza
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Feb 16, 2011
1 parent b877a11 commit 6ca5980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S04-statements/no-implicit-block.t
Expand Up @@ -15,6 +15,7 @@ plan 12;
is $y, 5, '$y assigned in if\'s body';
}

#?niecza skip 'unless'
{
my $y;
unless (my $x = 2) != 2 {
Expand Down Expand Up @@ -53,6 +54,7 @@ plan 12;
is $y, 5, '$y assigned in for\'s body';
}

#?niecza skip 'loop'
{
my $y;
loop (my $x = 2; $x < 10; $x++) {
Expand Down

0 comments on commit 6ca5980

Please sign in to comment.