diff options
author | Russell Belfer <rb@github.com> | 2012-08-23 09:20:17 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2012-08-23 09:20:17 -0700 |
commit | e9ca852e4d77e1b1723a2dceddfa2037677e2fb4 (patch) | |
tree | bb1d939d73ce2c2bd9d3001c643bcf28602a8271 /tests-clar/clar_libgit2.h | |
parent | 85bd17462662905dfdf9247b262480280a616ad4 (diff) | |
download | libgit2-e9ca852e4d77e1b1723a2dceddfa2037677e2fb4.tar.gz |
Fix warnings and merge issues on Win64
Diffstat (limited to 'tests-clar/clar_libgit2.h')
-rw-r--r-- | tests-clar/clar_libgit2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests-clar/clar_libgit2.h b/tests-clar/clar_libgit2.h index eab6c3d3e..b4ee74cdb 100644 --- a/tests-clar/clar_libgit2.h +++ b/tests-clar/clar_libgit2.h @@ -25,6 +25,8 @@ */ #define cl_git_fail(expr) cl_must_fail(expr) +#define cl_assert_equal_sz(sz1,sz2) cl_assert((sz1) == (sz2)) + /* * Some utility macros for building long strings */ |