summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-07-04 23:23:57 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-07-04 23:23:57 +0100
commit81f005013500078458e092e111a3679c7f5fbe89 (patch)
tree6e67a988ee07e362e641db1023201e13e6c4ecc2
parent41fd7c17e0e8fcc35e5751c1e02e2c3ac8bd13ca (diff)
downloadswig-81f005013500078458e092e111a3679c7f5fbe89.tar.gz
Perl5 carrays testcase fix
Number of loops is different since seg fault fix in e543299
-rw-r--r--Examples/test-suite/perl5/li_carrays_runme.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/perl5/li_carrays_runme.pl b/Examples/test-suite/perl5/li_carrays_runme.pl
index fccc68009..51c813403 100644
--- a/Examples/test-suite/perl5/li_carrays_runme.pl
+++ b/Examples/test-suite/perl5/li_carrays_runme.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use strict;
use warnings;
-use Test::More tests => 38;
+use Test::More tests => 34;
BEGIN { use_ok('li_carrays') }
require_ok('li_carrays');