Skip to content

Commit d6b0c29

Browse files
committed
Skip xsdynamic.t with no warnings on a "static" perl
1 parent 86f073e commit d6b0c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/02-xsdynamic.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ use MakeMaker::Test::Utils;
1111
use MakeMaker::Test::Setup::XS;
1212
use Test::More;
1313

14+
plan skip_all => 'Dynaloading not enabled' if !$Config{usedl} or $Config{usedl} ne 'define';
1415
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
1516
unless have_compiler();
16-
plan skip_all => 'Dynaloading not enabled' if $Config{usedl} ne 'define';
1717
my @tests = list_dynamic();
1818
plan skip_all => "No tests" unless @tests;
1919
plan tests => 6 * @tests;

0 commit comments

Comments
 (0)