Suppress a useless warning (#2004)

This commit is contained in:
Victor Zverovich
2020-11-12 08:18:28 -08:00
parent 6d14f78115
commit 7abc3c01e0
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -395,4 +395,8 @@ TEST(ChronoTest, SpecialDurations) {
"03:33:20");
}
TEST(ChronoTest, UnsignedDuration) {
EXPECT_EQ("42s", fmt::format("{}", std::chrono::duration<unsigned>(42)));
}
#endif // FMT_STATIC_THOUSANDS_SEPARATOR