diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-11-17 06:01:09 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-11-18 01:40:35 +0100 |
commit | d1a721c5953c6eaee52042e6ace57f6d7e2cc4ba (patch) | |
tree | 4a6f52a34bc4abad530788f136b76cc49f5bfc66 /tests-clay/clay_libgit2.h | |
parent | 2ba14f2367b14187e1714f32c11236476c22ddfa (diff) | |
download | libgit2-d1a721c5953c6eaee52042e6ace57f6d7e2cc4ba.tar.gz |
clay: Bump to 0.9.0, add TAP support
Comes with schu's stress tests for config files. Hopefully the diffs
will stay minimal from now on.
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 |