diff options
Diffstat (limited to 'tests-clay/clay_libgit2.h')
-rw-r--r-- | tests-clay/clay_libgit2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clay/clay_libgit2.h b/tests-clay/clay_libgit2.h index ab3cf67ec..a5208962e 100644 --- a/tests-clay/clay_libgit2.h +++ b/tests-clay/clay_libgit2.h @@ -23,6 +23,6 @@ * just for consistency. Use with `git_` library * calls that are supposed to fail! */ -#define cl_git_fail(expr) cl_must_fail((expr)) +#define cl_git_fail(expr) cl_must_fail(expr) #endif |