From 7941cce171c772c479e436577a7e8b7e771ec5be Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 13 May 2024 11:27:36 +1000 Subject: [PATCH] cpphdrcheck: test even without -std found --- t/porting/cpphdrcheck.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/porting/cpphdrcheck.t b/t/porting/cpphdrcheck.t index b9aced708456..bd2391f0cb39 100644 --- a/t/porting/cpphdrcheck.t +++ b/t/porting/cpphdrcheck.t @@ -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';