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