Commit 3d997dc2 by Edward Thomson

Switch description and path reporting

parent a6d7e166
......@@ -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;
......
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