mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Rearrange details to always print if given, no matter if another msg added or not.
Print output on failures no matter if verbose or not. Enforce that HEX comparisons are unsigned comparisons.
This commit is contained in:
@@ -652,6 +652,15 @@ void testHEX64sWithinDelta(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void testHEX32sWithinDeltaShouldIgnoreSign(void)
|
||||
{
|
||||
#ifndef UNITY_SUPPORT_64
|
||||
TEST_IGNORE();
|
||||
#else
|
||||
TEST_ASSERT_HEX64_WITHIN(1, 0x7FFFFFFFFFFFFFFF,0x8000000000000000);
|
||||
#endif
|
||||
}
|
||||
|
||||
void testHEX64sNotWithinDelta(void)
|
||||
{
|
||||
#ifndef UNITY_SUPPORT_64
|
||||
|
||||
Reference in New Issue
Block a user