1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Merge pull request #228 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

View File

@@ -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;