From: Timo Sirainen Date: Mon, 1 Mar 2021 11:02:40 +0000 (+0200) Subject: lib-test: test_assert_ucmp() - Fix typo to make it compile X-Git-Tag: 2.3.15~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adad8ad7fc009f6d56872bfef71f071c9119e059;p=thirdparty%2Fdovecot%2Fcore.git lib-test: test_assert_ucmp() - Fix typo to make it compile --- diff --git a/src/lib-test/test-common.h b/src/lib-test/test-common.h index 5628250da0..563c192b9a 100644 --- a/src/lib-test/test-common.h +++ b/src/lib-test/test-common.h @@ -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); \