Skip to content

Commit

Permalink
update number of tests in t/20-mpi.t
Browse files Browse the repository at this point in the history
git-svn-id: svn://localhost/Crypt-GCrypt/trunk@83 c2f821fb-fd85-dc11-8383-000bcdcb7a8f
  • Loading branch information
dkg committed Jan 20, 2010
1 parent 1bfa245 commit d262be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/20-mpi.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
######################### #########################


use Test; use Test;
BEGIN { plan tests => 35 }; # <--- number of tests BEGIN { plan tests => 36 }; # <--- number of tests
use ExtUtils::testlib; use ExtUtils::testlib;
use Crypt::GCrypt::MPI; use Crypt::GCrypt::MPI;


Expand Down

0 comments on commit d262be5

Please sign in to comment.