summaryrefslogtreecommitdiffstats
path: root/bindings/perl
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-10 00:59:29 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-10 00:59:29 +0000
commitb008ca69254c1fb1b4c3cab8f98ec96038d92931 (patch)
tree3ea23d407e00a5f07f1ddad39627b25c1a18fe92 /bindings/perl
parentdb940c119a3096ed0386dd13809405c9046f10af (diff)
downloadlasso-b008ca69254c1fb1b4c3cab8f98ec96038d92931.tar.gz
lasso-b008ca69254c1fb1b4c3cab8f98ec96038d92931.tar.xz
lasso-b008ca69254c1fb1b4c3cab8f98ec96038d92931.zip
Tests perl: raise number of tests
Diffstat (limited to 'bindings/perl')
-rwxr-xr-xbindings/perl/t/Lasso.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/t/Lasso.t b/bindings/perl/t/Lasso.t
index f2e6e4fb..0c323822 100755
--- a/bindings/perl/t/Lasso.t
+++ b/bindings/perl/t/Lasso.t
@@ -5,7 +5,7 @@
# change 'tests => 1' to 'tests => last_test_to_print';
-use Test::More tests => 10;
+use Test::More tests => 11;
use Lasso;
use Data::Dumper;
use Error qw(:try);