Skip to content

Commit

Permalink
Fix plan
Browse files Browse the repository at this point in the history
Incorrectly changed in 8af81916868af67f
  • Loading branch information
zoffixznet committed Sep 29, 2018
1 parent c57167b commit 1e6e12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-num/int.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 162;
plan 163;

# L<S32::Numeric/Real/=item truncate>
# truncate and .Int are synonynms.
Expand Down Expand Up @@ -169,7 +169,7 @@ subtest 'smartmatching :U numeric against :D numeric does not throw' => {
}

subtest 'Int.new' => { # coverage; 2016-10-05
plan 11;
plan 10;

subtest 'returns a new object (not a cached constant)' => {
plan 3;
Expand Down

0 comments on commit 1e6e12d

Please sign in to comment.