Switch description and path reporting

This commit is contained in:
Edward Thomson 2014-07-15 10:00:46 -04:00
parent a6d7e16634
commit 3d997dc255

View File

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