-
Do not include void into mocked method arguments · 46b18857platisd authored
If a function that takes no arguments explicitly states (void) then do not include it in the mocked method argument list since it triggers static assertions that expect no arguments to be present. Fixes (?) #3261
46b18857
×