mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-30 03:34:27 +01:00
more of the same.
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
#define TEST_INSTANCES
|
#define TEST_INSTANCES
|
||||||
#include "self_assessment_utils.h"
|
#include "self_assessment_utils.h"
|
||||||
|
|
||||||
int SetToOneToFailInTearDown;
|
static int SetToOneToFailInTearDown;
|
||||||
int SetToOneMeanWeAlreadyCheckedThisGuy;
|
static int SetToOneMeanWeAlreadyCheckedThisGuy;
|
||||||
|
|
||||||
void setUp(void)
|
void setUp(void)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ void flushSpy(void) {}
|
|||||||
UNITY_OUTPUT_CHAR('\n'); \
|
UNITY_OUTPUT_CHAR('\n'); \
|
||||||
}
|
}
|
||||||
|
|
||||||
int SetToOneToFailInTearDown;
|
static int SetToOneToFailInTearDown;
|
||||||
int SetToOneMeanWeAlreadyCheckedThisGuy;
|
static int SetToOneMeanWeAlreadyCheckedThisGuy;
|
||||||
static unsigned NextExpectedStringIndex;
|
static unsigned NextExpectedStringIndex;
|
||||||
static unsigned NextExpectedCharIndex;
|
static unsigned NextExpectedCharIndex;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user