We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9804592 + 723b9fe commit 386c540Copy full SHA for 386c540
1 file changed
src/unity.c
@@ -67,9 +67,10 @@ static const char PROGMEM UnityStrBreaker[] = "------------------
67
static const char PROGMEM UnityStrResultsTests[] = " Tests ";
68
static const char PROGMEM UnityStrResultsFailures[] = " Failures ";
69
static const char PROGMEM UnityStrResultsIgnored[] = " Ignored ";
70
+#ifndef UNITY_EXCLUDE_DETAILS
71
static const char PROGMEM UnityStrDetail1Name[] = UNITY_DETAIL1_NAME " ";
72
static const char PROGMEM UnityStrDetail2Name[] = " " UNITY_DETAIL2_NAME " ";
-
73
+#endif
74
/*-----------------------------------------------
75
* Pretty Printers & Test Result Output Handlers
76
*-----------------------------------------------*/
0 commit comments