Merge pull request from jeanCarloMachado/test_failure

removed duplicated declaration of putcharSpy
This commit is contained in:
Mark VanderVoord
2016-11-16 20:31:40 -05:00
committed by GitHub

@ -53,7 +53,6 @@ static const _UD d_zero = 0.0;
void startPutcharSpy(void);
void endPutcharSpy(void);
char* getBufferPutcharSpy(void);
void putcharSpy(int c);
static int SetToOneToFailInTearDown;
static int SetToOneMeanWeAlreadyCheckedThisGuy;