Skip to content

Commit

Permalink
Remove plans from S03/reduce and S04/for
Browse files Browse the repository at this point in the history
These test files are too complicated for fudge to properly count the
tests, so the plans become wrong if fudging is done.
  • Loading branch information
sorear committed Feb 19, 2011
1 parent 86cf1d1 commit e109c74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions S03-metaops/reduce.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use v6;
use Test;

plan 358;

=begin pod
=head1 DESCRIPTION
Expand Down
2 changes: 0 additions & 2 deletions S04-statement-modifiers/for.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ use v6;

use Test;

plan 18;

# L<S04/"Conditional statements"/Conditional statement modifiers work as in Perl 5>

# test the for statement modifier
Expand Down

0 comments on commit e109c74

Please sign in to comment.