Skip to content

Commit

Permalink
Update test_dictionary.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrto authored Sep 2, 2019
1 parent c62750f commit a817973
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_dictionary.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ void Test_dictionary_unset(CuTest *tc)
CuAssertStrEquals(tc, dic1_dump, dic2_dump);
free(dic1_dump);
free(dic2_dump);

dictionary_del(dic1);
dictionary_del(dic2);
}

void Test_dictionary_dump(CuTest *tc)
Expand Down

0 comments on commit a817973

Please sign in to comment.