Add option to set NaN != NaN for floating point assertions

This commit is contained in:
jsalling
2016-10-10 21:20:10 -05:00
parent dce6d329ff
commit 933cc97364
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -3713,7 +3713,7 @@ void testNotEqualDoubleArraysNegative3(void)
#endif
}
void testNotEqualDoubleArraysNaN(void)
void testEqualDoubleArraysNaN(void)
{
#ifdef UNITY_EXCLUDE_DOUBLE
TEST_IGNORE();