Skip to content

Commit

Permalink
Changes for zlib-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jun 23, 2022
1 parent da70b05 commit 07e46a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/111const-deflate.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BEGIN {
$extra = 1
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };

plan tests => 86 + $extra ;
plan tests => 93 + $extra ;

use_ok('Archive::Zip::SimpleZip') ;
}
Expand All @@ -34,6 +34,8 @@ BEGIN {
my %all;
for my $symbol (@Compress::Raw::Zlib::DEFLATE_CONSTANTS)
{
next if $symbol eq 'Z_NULL';

eval "defined Compress::Raw::Zlib::$symbol" ;
$all{$symbol} = ! $@ ;
}
Expand Down

0 comments on commit 07e46a4

Please sign in to comment.