Comment.
This commit is contained in:
parent
186734cf8b
commit
39ac84f01e
@ -368,8 +368,7 @@ TEST(PrintfTest, Length) {
|
|||||||
long double max = std::numeric_limits<long double>::max();
|
long double max = std::numeric_limits<long double>::max();
|
||||||
EXPECT_PRINTF(fmt::format("{}", max), "%g", max);
|
EXPECT_PRINTF(fmt::format("{}", max), "%g", max);
|
||||||
EXPECT_PRINTF(fmt::format("{}", max), "%Lg", max);
|
EXPECT_PRINTF(fmt::format("{}", max), "%Lg", max);
|
||||||
EXPECT_GT(sizeof(fmt::LongLong), sizeof(int));
|
// TODO: test char, string
|
||||||
// TODO: test 'L'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: test type specifier
|
// TODO: test type specifier
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user