Compare commits

..

No commits in common. "56430b513ef3e867659c621ba1766433b57bffdf" and "ffdd2439ddf6182df7448d1381780cf09459fc43" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -107,8 +107,6 @@ void test_treeSize_returns_correct_size()
int main(void)
{
UNITY_BEGIN();
printf("\n============================\n Bintree tests\n============================\n");
RUN_TEST(test_addToTree_single_element);
RUN_TEST(test_addToTree_multiple_elements_and_size);

View File

@ -61,8 +61,6 @@ int main(void)
{
UNITY_BEGIN();
printf("\n============================\n Numbers tests\n============================\n");
RUN_TEST(test_createNumbers_no_null);
RUN_TEST(test_createNumbers_has_exactly_one_duplicate);
RUN_TEST(test_createNumbers_has_correct_value_range);