Perl5 carrays testcase fix
Number of loops is different since seg fault fix in e543299
This commit is contained in:
parent
41fd7c17e0
commit
81f0050135
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue