diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2013-09-12 13:50:35 +0200 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2013-09-12 13:54:33 +0200 |
| commit | 6f2003612c27ffbcc865059e57e257ed92acb722 (patch) | |
| tree | 063b96c639a2777652513903d79b44b6a698c232 /tests-clar/clar_libgit2.h | |
| parent | 273ddc54f5818b73725298f17915a307bd7c884b (diff) | |
| download | libgit2-6f2003612c27ffbcc865059e57e257ed92acb722.tar.gz | |
clar: Move cl_assert_equal_sz() definition to clar.h
Diffstat (limited to 'tests-clar/clar_libgit2.h')
| -rw-r--r-- | tests-clar/clar_libgit2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests-clar/clar_libgit2.h b/tests-clar/clar_libgit2.h index 3cb0607f1..8dcfdee48 100644 --- a/tests-clar/clar_libgit2.h +++ b/tests-clar/clar_libgit2.h @@ -32,8 +32,6 @@ void cl_git_report_failure(int, const char *, int, const char *); #define cl_assert_at_line(expr,file,line) \ clar__assert((expr) != 0, file, line, "Expression is not true: " #expr, NULL, 1) -#define cl_assert_equal_sz(sz1,sz2) clar__assert_equal(__FILE__,__LINE__,#sz1 " != " #sz2, 1, PRIuZ, (size_t)(sz1), (size_t)(sz2)) - GIT_INLINE(void) clar__assert_in_range( int lo, int val, int hi, const char *file, int line, const char *err, int should_abort) |
