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

more of the same.

This commit is contained in:
mvandervoord
2020-03-16 20:38:54 -04:00
parent 6e3ecbf92b
commit 75754de04e
2 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@
#define TEST_INSTANCES
#include "self_assessment_utils.h"
int SetToOneToFailInTearDown;
int SetToOneMeanWeAlreadyCheckedThisGuy;
static int SetToOneToFailInTearDown;
static int SetToOneMeanWeAlreadyCheckedThisGuy;
void setUp(void)
{

View File

@@ -44,8 +44,8 @@ void flushSpy(void) {}
UNITY_OUTPUT_CHAR('\n'); \
}
int SetToOneToFailInTearDown;
int SetToOneMeanWeAlreadyCheckedThisGuy;
static int SetToOneToFailInTearDown;
static int SetToOneMeanWeAlreadyCheckedThisGuy;
static unsigned NextExpectedStringIndex;
static unsigned NextExpectedCharIndex;