Remove old grisu tests

This commit is contained in:
Victor Zverovich
2023-06-18 18:15:09 +03:00
parent dd17f89a16
commit 9158bea1e1
2 changed files with 6 additions and 14 deletions

View File

@@ -212,11 +212,6 @@ TEST(fp_test, dragonbox_max_k) {
2 * fmt::detail::num_significand_bits<double>() - 1));
}
TEST(fp_test, grisu_format_compiles_with_on_ieee_double) {
auto buf = fmt::memory_buffer();
format_float(0.42, -1, fmt::detail::float_specs(), buf);
}
TEST(format_impl_test, format_error_code) {
std::string msg = "error 42", sep = ": ";
{