Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix skip count for no-badvals case
  • Loading branch information
Craig DeForest authored and Craig DeForest committed Jun 13, 2016
1 parent 17332b6 commit d12d7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/constructor.t
Expand Up @@ -196,7 +196,7 @@ my $d = pdl(@c);
##############################
# test bad values
SKIP: {
skip "BAD values not compiled in",5 unless($PDL::Bad::Status);
skip "BAD values not compiled in",7 unless($PDL::Bad::Status);

$a = pdl(3,4,5);
$a=$a->setbadif($a==4);
Expand Down

0 comments on commit d12d7b1

Please sign in to comment.