Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unskip passing moar tests
  • Loading branch information
coke committed Jan 14, 2014
1 parent 5b745a5 commit ff029b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S16-filehandles/io_in_for_loops.t
Expand Up @@ -27,7 +27,6 @@ my $filename = 'tempfile_io_in_for_loop';
}

#?DOES 6
#?rakudo.moar skip 'infinite loop'
{ # now read it in with the $fh controling the loop
my $fh = open($filename);
my $num = 1;
Expand All @@ -39,7 +38,6 @@ my $filename = 'tempfile_io_in_for_loop';
}

#?DOES 6
#?rakudo.moar skip 'infinite loop'
{ # now read it in with the $fh controling the loop w/out parens
my $fh = open($filename);
my $num = 1;
Expand Down

0 comments on commit ff029b4

Please sign in to comment.