mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-02 23:42:19 +08:00
Fixed issue #715 (typo that disabled two tests)
This commit is contained in:
@ -61,7 +61,7 @@ void testInt64ArrayWithinDeltaAndMessage(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void tesUInt64ArrayNotWithinDelta(void)
|
||||
void testInt64ArrayNotWithinDelta(void)
|
||||
{
|
||||
#ifndef UNITY_SUPPORT_64
|
||||
TEST_IGNORE();
|
||||
|
@ -61,7 +61,7 @@ void testInt64ArrayWithinDeltaAndMessage(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void tesUInt64ArrayNotWithinDelta(void)
|
||||
void testInt64ArrayNotWithinDelta(void)
|
||||
{
|
||||
#ifndef UNITY_SUPPORT_64
|
||||
TEST_IGNORE();
|
||||
|
Reference in New Issue
Block a user