mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Add option to set NaN != NaN for floating point assertions
This commit is contained in:
@@ -3713,7 +3713,7 @@ void testNotEqualDoubleArraysNegative3(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void testNotEqualDoubleArraysNaN(void)
|
||||
void testEqualDoubleArraysNaN(void)
|
||||
{
|
||||
#ifdef UNITY_EXCLUDE_DOUBLE
|
||||
TEST_IGNORE();
|
||||
|
||||
Reference in New Issue
Block a user