mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
z
This commit is contained in:
@@ -149,7 +149,7 @@ void test_hashmap__put_persists_key(void)
|
||||
|
||||
void test_hashmap__put_persists_multpile_keys(void)
|
||||
{
|
||||
char *str;
|
||||
char *str = NULL;
|
||||
|
||||
cl_git_pass(git_hashmap_test_put(&g_table, "foo", "oof"));
|
||||
cl_git_pass(git_hashmap_test_put(&g_table, "bar", "rab"));
|
||||
@@ -163,7 +163,7 @@ void test_hashmap__put_persists_multpile_keys(void)
|
||||
|
||||
void test_hashmap__put_updates_existing_key(void)
|
||||
{
|
||||
char *str;
|
||||
char *str = NULL;
|
||||
|
||||
cl_git_pass(git_hashmap_test_put(&g_table, "foo", "oof"));
|
||||
cl_git_pass(git_hashmap_test_put(&g_table, "bar", "rab"));
|
||||
|
||||
Reference in New Issue
Block a user