diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-06-05 08:42:38 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-06-05 08:49:07 +0100 |
commit | cad7a1bad40c302fef02306708f6ce6279680cb4 (patch) | |
tree | bd0a157bfa20c9a3c7ccf7f9d3058944732d8145 /tests/core/structinit.c | |
parent | f7250cc36a77e45c5a46c911548b6bd23b613411 (diff) | |
download | libgit2-ethomson/clar_tap.tar.gz |
clar: include the function nameethomson/clar_tap
Diffstat (limited to 'tests/core/structinit.c')
-rw-r--r-- | tests/core/structinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/structinit.c b/tests/core/structinit.c index f9da8237c..192096be3 100644 --- a/tests/core/structinit.c +++ b/tests/core/structinit.c @@ -48,7 +48,7 @@ static void options_cmp(void *one, void *two, size_t size, const char *name) p_snprintf(desc, 1024, "Difference in %s at byte %" PRIuZ ": macro=%u / func=%u", name, i, ((char *)one)[i], ((char *)two)[i]); - clar__fail(__FILE__, __LINE__, + clar__fail(__FILE__, __func__, __LINE__, "Difference between macro and function options initializer", desc, 0); return; |