1
0
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:
Mark VanderVoord
2024-03-09 19:36:15 -05:00
parent e3457a85f4
commit 860062d51b
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -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();