Commit 0d1af399 by Russell Belfer

don't use inline in tests for win32

parent 6208bd49
......@@ -489,7 +489,8 @@ void test_core_path__14_apply_relative(void)
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_path_resolve_relative(buf, 0));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment