Commit bdbacde6 authored by Victor Zverovich's avatar Victor Zverovich

Test 'h' specifier.

parent 3465d056
......@@ -348,8 +348,8 @@ TEST(PrintfTest, Length) {
EXPECT_EQ("255", sprintf_int<unsigned char>("%hhu", UCHAR_MAX));
TestLength<signed char>("hh");
TestLength<unsigned char>("hh");
//TestLength<short>("h");
//TestLength<unsigned short>("h");
TestLength<short>("h");
TestLength<unsigned short>("h");
//TestLength<long>("l");
//TestLength<unsigned long>("l");
// TODO: more tests
......
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