[perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.t
authorFrançois Perrad <francois.perrad@gadz.org>
Tue, 29 Oct 2013 13:04:01 +0000 (06:04 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 29 Oct 2013 13:11:42 +0000 (06:11 -0700)
the plan is fragile 29 = 2 + 2 + 25

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
dist/ExtUtils-ParseXS/t/002-more.t

index 4849c39..a612412 100644 (file)
@@ -43,7 +43,7 @@ SKIP: {
 }
 
 SKIP: {
-  skip "no dynamic loading", 24
+  skip "no dynamic loading", 25
     if !$b->have_compiler || !$Config{usedl};
   my $module = 'XSMore';
   $lib_file = $b->link( objects => $obj_file, module_name => $module );