Skip to content

Commit

Permalink
cpphdrcheck: test even without -std found
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed May 13, 2024
1 parent 6f83d29 commit 7941cce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/porting/cpphdrcheck.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ $ccpp_cfg or die "no C++ compiler";
$ccpp_cfg
or skip_all("Cannot find a C++ compiler corresponding to $Config{cc}");

$ccpp_cfg->{stdargs}->%*
or skip_all("No standard args found for C++ compiler");

note "ccpp: $ccpp_cfg->{ccpp} $ccpp_cfg->{type}";

my $perl_headers = <<'HEADERS';
Expand Down

0 comments on commit 7941cce

Please sign in to comment.