Skip to content

Commit

Permalink
libperl.t: remove the now obsolere skip on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 3, 2023
1 parent 41f7ccf commit 3e81034
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/porting/libperl.t
Expand Up @@ -252,10 +252,6 @@ sub nm_parse_darwin {
$symbols->{o} = $1;
return;
} else {
if ($^V < v5.39 && !defined $symbols->{o}) {
skip_all "nm parser requires an update on Darwin";
}

die "$0: undefined current object: $line" unless defined $symbols->{o};
# 64-bit systems have 16 hexdigits, 32-bit systems have 8.
if (s/^[0-9a-f]{8}(?:[0-9a-f]{8})? //) {
Expand Down

0 comments on commit 3e81034

Please sign in to comment.