1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 18:24:27 +01:00

Use Pass string from unity.c in unity_fixture.c to garuntee colour behavior

This commit is contained in:
Dom Postorivo
2019-04-13 14:08:45 -04:00
parent 8507757c6a
commit 0bd6bf7b2b
3 changed files with 15 additions and 9 deletions

View File

@@ -639,6 +639,11 @@ UNITY_INTERNAL_PTR UnityDoubleToPtr(const double num);
* Error Strings We Might Need
*-------------------------------------------------------*/
extern const char UnityStrOk[];
extern const char UnityStrPass[];
extern const char UnityStrFail[];
extern const char UnityStrIgnore[];
extern const char UnityStrErrFloat[];
extern const char UnityStrErrDouble[];
extern const char UnityStrErr64[];