don't use inline in tests for win32

This commit is contained in:
Russell Belfer 2013-09-03 12:33:34 -07:00
parent 6208bd499b
commit 0d1af399e9

View File

@ -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));