mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-12-16 12:28:39 +08:00
Update unity.c
UNITY_EXCLUDE_DETAILS caused a compile error here due to UNITY_DETAIL{1,2}_NAME declaration already being skipped.
This commit is contained in:
committed by
GitHub
parent
98045925af
commit
723b9fee53
@@ -67,9 +67,10 @@ static const char PROGMEM UnityStrBreaker[] = "------------------
|
||||
static const char PROGMEM UnityStrResultsTests[] = " Tests ";
|
||||
static const char PROGMEM UnityStrResultsFailures[] = " Failures ";
|
||||
static const char PROGMEM UnityStrResultsIgnored[] = " Ignored ";
|
||||
#ifndef UNITY_EXCLUDE_DETAILS
|
||||
static const char PROGMEM UnityStrDetail1Name[] = UNITY_DETAIL1_NAME " ";
|
||||
static const char PROGMEM UnityStrDetail2Name[] = " " UNITY_DETAIL2_NAME " ";
|
||||
|
||||
#endif
|
||||
/*-----------------------------------------------
|
||||
* Pretty Printers & Test Result Output Handlers
|
||||
*-----------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user