Skip to content

Commit

Permalink
fix plan in for.t
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 12, 2011
1 parent 2a83aa9 commit fbeaaf0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions S04-statements/for.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for statement as possible
=end description

plan 67;
plan 68;

## No foreach
# L<S04/The C<for> statement/"no foreach statement any more">
Expand Down Expand Up @@ -510,6 +510,4 @@ lives_ok {
is $a, 3, 'RT #78232';
}

done;

# vim: ft=perl6

0 comments on commit fbeaaf0

Please sign in to comment.