Skip testing externally-provided charconv

pull/1363/head
Andrew Tribick 2022-04-30 18:40:38 +02:00 committed by ajtribick
parent 4c6fa126d6
commit bc75235150
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
test_case(charconv_compat)
if(NOT HAVE_FLOAT_CHARCONV)
test_case(charconv_compat)
endif()
test_case(greek)
test_case(hash)
test_case(logger)