diff options
-rw-r--r-- | tests/clar_libgit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clar_libgit2.c b/tests/clar_libgit2.c index 0a4c3e8e5..faeee031a 100644 --- a/tests/clar_libgit2.c +++ b/tests/clar_libgit2.c @@ -471,7 +471,7 @@ void clar__assert_equal_file( buf, sizeof(buf), "file content mismatch at byte %d", (int)(total_bytes + pos)); p_close(fd); - clar__fail(file, line, buf, path, 1); + clar__fail(file, line, path, buf, 1); } expected_data += bytes; |