Test 'll' specifier.

This commit is contained in:
Victor Zverovich 2014-08-13 06:59:29 -07:00
parent e488a28601
commit 18f1e08685

View File

@ -357,6 +357,8 @@ TEST(PrintfTest, Length) {
TestLength<unsigned short>("h");
TestLength<long>("l");
TestLength<unsigned long>("l");
TestLength<fmt::LongLong>("ll");
TestLength<fmt::ULongLong>("ll");
TestLength<intmax_t>("j");
TestLength<std::size_t>("z");
TestLength<std::ptrdiff_t>("t");