• platisd's avatar
    Do not include void into mocked method arguments · 46b18857
    platisd 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
gmock_class.py 7.37 KB