mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01: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