Skip to content

Commit

Permalink
update t/config.t plan to account for reduced WITH_ keys in PDL::Config
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Aug 23, 2015
1 parent fee2673 commit 6e09c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/config.t
Expand Up @@ -6,7 +6,7 @@
# the result of use_ok or some such.

BEGIN {
use Test::More tests => 12; # 11 WITH_ keys and 1 use_ok test
use Test::More tests => 5; # 4 WITH_ keys and 1 use_ok test
}

use_ok( 'PDL::Config' );
Expand Down

0 comments on commit 6e09c6b

Please sign in to comment.