Skip to content

Commit

Permalink
worktree: use size_t in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Jun 24, 2019
1 parent 3a5a07f commit b26e51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/worktree/worktree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit b26e51e

Please sign in to comment.