mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
worktree: use size_t in tests
This commit is contained in:
@@ -42,7 +42,7 @@ void test_worktree_worktree__list_with_invalid_worktree_dirs(void)
|
||||
};
|
||||
git_buf path = GIT_BUF_INIT;
|
||||
git_strarray wts;
|
||||
unsigned i, j, len;
|
||||
size_t i, j, len;
|
||||
|
||||
cl_git_pass(git_buf_printf(&path, "%s/worktrees/invalid",
|
||||
fixture.repo->commondir));
|
||||
|
||||
Reference in New Issue
Block a user