]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-test: test_assert_ucmp() - Fix typo to make it compile
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 1 Mar 2021 11:02:40 +0000 (13:02 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Tue, 23 Mar 2021 16:02:32 +0000 (16:02 +0000)
src/lib-test/test-common.h

index 5628250da0d2026addadda43d287414e9619ebd5..563c192b9a6fe242c746de0509f2b8676315efed 100644 (file)
@@ -62,7 +62,7 @@ void test_begin(const char *name);
                uintmax_t _temp_value1 = (_value1); \
                uintmax_t _temp_value2 = (_value2); \
                if (!(_value1 _op _value2)) \
-                       test_assert_failedu_cmp_intmax_idx( \
+                       test_assert_failed_ucmp_intmax_idx( \
                                #_value1 " " #_op " " #_value2, \
                                __FILE__, __LINE__, _temp_value1, _temp_value2, \
                                #_op, _idx); \