Extended printf test to verify length sub-specifiers (#2083)

According to work plan for issue #1058
This commit is contained in:
Marcin Hajder
2024-10-08 17:38:18 +02:00
committed by GitHub
parent 9cf439488a
commit d339fd4356
3 changed files with 137 additions and 10 deletions

View File

@@ -62,6 +62,7 @@ enum PrintfTestType
TYPE_VECTOR,
TYPE_ADDRESS_SPACE,
TYPE_MIXED_FORMAT_RANDOM,
TYPE_LENGTH_SPECIFIER,
TYPE_COUNT
};