Remove more invalid tests

This commit is contained in:
Victor Zverovich
2025-11-22 07:30:11 -08:00
parent a6fb4d3b06
commit e3d2174b3c
2 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ template <> struct formatter<abstract> : ostream_formatter {};
} // namespace fmt
void format_abstract_compiles(const abstract& a) {
fmt::format(FMT_COMPILE("{}"), a);
(void)fmt::format(FMT_COMPILE("{}"), a);
}
TEST(ostream_test, is_formattable) {