Home
last modified time | relevance | path

Searched refs:UnityStrIgnore (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/tests/unity/src/
Dunity.c27 static const char UnityStrIgnore[] = "\033[43mIGNORE\033[00m"; variable
32 static const char UnityStrIgnore[] = "IGNORE"; variable
1319 UnityPrint(UnityStrIgnore); in UnityIgnore()
/third_party/unity/src/
Dunity.c32 const char PROGMEM UnityStrIgnore[] = "\033[43mIGNORE\033[00m"; variable
37 const char PROGMEM UnityStrIgnore[] = "IGNORE"; variable
1800 UnityPrint(UnityStrIgnore); in UnityIgnore()
Dunity_internals.h689 extern const char UnityStrIgnore[];