mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 10:52:22 +00:00
don't use inline in tests for win32
This commit is contained in:
parent
6208bd499b
commit
0d1af399e9
@ -489,7 +489,8 @@ void test_core_path__14_apply_relative(void)
|
|||||||
git_buf_free(&p);
|
git_buf_free(&p);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void assert_resolve_relative(git_buf *buf, const char *expected, const char *path)
|
static void assert_resolve_relative(
|
||||||
|
git_buf *buf, const char *expected, const char *path)
|
||||||
{
|
{
|
||||||
cl_git_pass(git_buf_sets(buf, path));
|
cl_git_pass(git_buf_sets(buf, path));
|
||||||
cl_git_pass(git_path_resolve_relative(buf, 0));
|
cl_git_pass(git_path_resolve_relative(buf, 0));
|
||||||
|
Loading…
Reference in New Issue
Block a user