From 39ac84f01e6210d7b2ea862d39a325d112985054 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 18 Aug 2014 07:03:22 -0700 Subject: [PATCH] Comment. --- test/printf-test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/printf-test.cc b/test/printf-test.cc index df938ced..b89ce17e 100644 --- a/test/printf-test.cc +++ b/test/printf-test.cc @@ -368,8 +368,7 @@ TEST(PrintfTest, Length) { long double max = std::numeric_limits::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