| 834 | /*-----------------------------------------------*/ |
| 835 | #ifndef UNITY_EXCLUDE_DOUBLE |
| 836 | static int UnityDoublesWithin(UNITY_DOUBLE delta, UNITY_DOUBLE expected, UNITY_DOUBLE actual) |
| 837 | { |
| 838 | UNITY_DOUBLE diff; |
| 839 | UNITY_FLOAT_OR_DOUBLE_WITHIN(delta, expected, actual, diff); |
| 840 | } |
| 841 | |
| 842 | void UnityAssertEqualDoubleArray(UNITY_PTR_ATTRIBUTE const UNITY_DOUBLE* expected, |
| 843 | UNITY_PTR_ATTRIBUTE const UNITY_DOUBLE* actual, |
no outgoing calls
no test coverage detected
searching dependent graphs…