Commit 39ac84f0 authored by Victor Zverovich's avatar Victor Zverovich

Comment.

parent 186734cf
......@@ -368,8 +368,7 @@ TEST(PrintfTest, Length) {
long double max = std::numeric_limits<long double>::max();
EXPECT_PRINTF(fmt::format("{}", max), "%g", max);
EXPECT_PRINTF(fmt::format("{}", max), "%Lg", max);
EXPECT_GT(sizeof(fmt::LongLong), sizeof(int));
// TODO: test 'L'
// TODO: test char, string
}
// TODO: test type specifier
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment