mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-05-21 17:36:21 +08:00
removed duplicated declaration of putcharSpy
This commit is contained in:
@ -53,7 +53,6 @@ static const _UD d_zero = 0.0;
|
|||||||
void startPutcharSpy(void);
|
void startPutcharSpy(void);
|
||||||
void endPutcharSpy(void);
|
void endPutcharSpy(void);
|
||||||
char* getBufferPutcharSpy(void);
|
char* getBufferPutcharSpy(void);
|
||||||
void putcharSpy(int c);
|
|
||||||
|
|
||||||
static int SetToOneToFailInTearDown;
|
static int SetToOneToFailInTearDown;
|
||||||
static int SetToOneMeanWeAlreadyCheckedThisGuy;
|
static int SetToOneMeanWeAlreadyCheckedThisGuy;
|
||||||
|
Reference in New Issue
Block a user