Skip to content

Commit 860062d

Browse files
committed
Fixed issue #715 (typo that disabled two tests)
1 parent e3457a8 commit 860062d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/tests/test_unity_arrays.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void testInt64ArrayWithinDeltaAndMessage(void)
6161
#endif
6262
}
6363

64-
void tesUInt64ArrayNotWithinDelta(void)
64+
void testInt64ArrayNotWithinDelta(void)
6565
{
6666
#ifndef UNITY_SUPPORT_64
6767
TEST_IGNORE();

test/tests/test_unity_integers_64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void testInt64ArrayWithinDeltaAndMessage(void)
6161
#endif
6262
}
6363

64-
void tesUInt64ArrayNotWithinDelta(void)
64+
void testInt64ArrayNotWithinDelta(void)
6565
{
6666
#ifndef UNITY_SUPPORT_64
6767
TEST_IGNORE();

0 commit comments

Comments
 (0)