1
0
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:
jsalling
2016-09-28 22:53:15 -05:00
parent dce6d329ff
commit 933cc97364
2 changed files with 8 additions and 3 deletions

View File

@@ -3713,7 +3713,7 @@ void testNotEqualDoubleArraysNegative3(void)
#endif
}
void testNotEqualDoubleArraysNaN(void)
void testEqualDoubleArraysNaN(void)
{
#ifdef UNITY_EXCLUDE_DOUBLE
TEST_IGNORE();