• T
    fix parameter type for runAllTests to match header · bb729bdc
    toybuilder 提交于
    At least in Microchip XC8 compiler, void (*runAllTests)(void) is treated as a different type from void (*runAllTests)().
    
    Fix the definition of UnityMain to match the declaration by making the runAllTests's (void) parameter list explicit.
    bb729bdc
unity_fixture.c 8.0 KB