mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 18:22:01 +08:00
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.