Skip to content

Commit

Permalink
Fixed issue #715 (typo that disabled two tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Mar 10, 2024
1 parent e3457a8 commit 860062d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/tests/test_unity_arrays.c
Expand Up @@ -61,7 +61,7 @@ void testInt64ArrayWithinDeltaAndMessage(void)
#endif
}

void tesUInt64ArrayNotWithinDelta(void)
void testInt64ArrayNotWithinDelta(void)
{
#ifndef UNITY_SUPPORT_64
TEST_IGNORE();
Expand Down
2 changes: 1 addition & 1 deletion test/tests/test_unity_integers_64.c
Expand Up @@ -61,7 +61,7 @@ void testInt64ArrayWithinDeltaAndMessage(void)
#endif
}

void tesUInt64ArrayNotWithinDelta(void)
void testInt64ArrayNotWithinDelta(void)
{
#ifndef UNITY_SUPPORT_64
TEST_IGNORE();
Expand Down

0 comments on commit 860062d

Please sign in to comment.