Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge and fix a warning.
  • Loading branch information
jnthn committed Jun 2, 2014
1 parent 68c1393 commit a20558f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion S04-phasers/in-loop.t
Expand Up @@ -18,6 +18,7 @@ plan 3;

# L<S04/"Phasers">

#?rakudo todo "unknown phasers issue"
{
my $str;

Expand All @@ -40,6 +41,7 @@ plan 3;
'trait blocks work properly in for loop';
}

#?rakudo todo "unknown phasers issue"
{
my $str;

Expand Down Expand Up @@ -73,7 +75,7 @@ plan 3;

# RT #122011
{
my $str;
my $str = "";

for 10..1 -> $i {
LAST { $str ~= "(this should not happen)" }
Expand Down

0 comments on commit a20558f

Please sign in to comment.