Test 'll' specifier.
This commit is contained in:
parent
e488a28601
commit
18f1e08685
@ -357,6 +357,8 @@ TEST(PrintfTest, Length) {
|
|||||||
TestLength<unsigned short>("h");
|
TestLength<unsigned short>("h");
|
||||||
TestLength<long>("l");
|
TestLength<long>("l");
|
||||||
TestLength<unsigned long>("l");
|
TestLength<unsigned long>("l");
|
||||||
|
TestLength<fmt::LongLong>("ll");
|
||||||
|
TestLength<fmt::ULongLong>("ll");
|
||||||
TestLength<intmax_t>("j");
|
TestLength<intmax_t>("j");
|
||||||
TestLength<std::size_t>("z");
|
TestLength<std::size_t>("z");
|
||||||
TestLength<std::ptrdiff_t>("t");
|
TestLength<std::ptrdiff_t>("t");
|
||||||
|
Loading…
Reference in New Issue
Block a user