From 3d997dc25539e9e57e01849d0e386c4c4b55766e Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 15 Jul 2014 10:00:46 -0400 Subject: [PATCH] Switch description and path reporting --- tests/clar_libgit2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;