Skip to content

Commit

Permalink
Fix plans
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed May 23, 2011
1 parent 85d2267 commit 98727c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion S32-num/abs.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 48;
plan 39;

# L<S32::Numeric/Numeric/"=item abs">

Expand Down
2 changes: 1 addition & 1 deletion S32-num/unpolar.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 208;
plan 199;

# L<S32::Numeric/Numeric/=item cis>
my $pi = 312689/99532;
Expand Down
2 changes: 1 addition & 1 deletion S32-str/substr.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 126;
plan 124;

# L<S32::Str/Str/=item substr>

Expand Down

0 comments on commit 98727c8

Please sign in to comment.