Skip to content

Commit

Permalink
Add correct subtest count for skip
Browse files Browse the repository at this point in the history
Thanks to sisyphus for reporting and fixing this.
  • Loading branch information
devel-chm committed Oct 1, 2015
1 parent 2139f08 commit 7a4c336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/unpdl.t
Expand Up @@ -19,7 +19,7 @@ is_deeply( unpdl($pdl), $array, "back convert 3d");

SKIP:
{
skip("your perl hasn't 64bit int support", 1) if $Config{ivsize} < 8;
skip("your perl hasn't 64bit int support", 6) if $Config{ivsize} < 8;
my $input = [
-9223372036854775808, #min int64
-9000000000000000001,
Expand Down

0 comments on commit 7a4c336

Please sign in to comment.