We now assert if not enough arguments are given to a vararg function, as we can actually do it when checking it all at once, unlike before when we only checked for the matching format specifier for each argument, so add a test verifying that this works as expected. |
||
|---|---|---|
| .. | ||
| crt.cpp | ||
| hexconv.cpp | ||
| iostream.cpp | ||
| numformatter.cpp | ||
| stdstrings.cpp | ||
| strings.cpp | ||
| tokenizer.cpp | ||
| unichar.cpp | ||
| unicode.cpp | ||
| vararg.cpp | ||
| vsnprintf.cpp | ||