• R
    Fixed UNITY_TEST_ASSERT_EACH_EQUAL_* · aef36799
    Rasmus Melchior Jacobsen 提交于
    Fixed copy-paste error for:
    - UNITY_TEST_ASSERT_EACH_EQUAL_INT64
    - UNITY_TEST_ASSERT_EACH_EQUAL_UINT64
    - UNITY_TEST_ASSERT_EACH_EQUAL_HEX64
    
    So that the comparison is done on the expected _value_ instead of the _array_.
    aef36799
unity_internals.h 49.8 KB