-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Description
There is an issue with using TEST_ASSERT_EQUAL_UINT8_ARRAY
since it will internally attempt to print the mismatching values as shown
Lines 958 to 965 in 0d7ea70
UnityTestResultsFailBegin(lineNumber); | |
UnityPrint(UnityStrElement); | |
UnityPrintNumberUnsigned(num_elements - elements - 1); | |
UnityPrint(UnityStrExpected); | |
UnityPrintIntNumberByStyle(expect_val, style); | |
UnityPrint(UnityStrWas); | |
UnityPrintIntNumberByStyle(actual_val, style); | |
UnityAddMsgIfSpecified(msg); |
however that call should depend on whether its a uint or int similar to what was done here #784
Metadata
Metadata
Assignees
Labels
No labels