From: Jérémie Galarneau Date: Fri, 15 Apr 2022 00:09:58 +0000 (-0400) Subject: Tests: clean-up: rate policy: remove stale comment X-Git-Tag: v2.13.8~21 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=4f5288dcaa3fe20105650cc6631eeed1228276ee Tests: clean-up: rate policy: remove stale comment Signed-off-by: Jérémie Galarneau Change-Id: Idd030c765b0a4afa2d13ff015a17bd52493204a6 --- diff --git a/tests/unit/test_rate_policy.c b/tests/unit/test_rate_policy.c index 2f4a7f5d6..91a73a7aa 100644 --- a/tests/unit/test_rate_policy.c +++ b/tests/unit/test_rate_policy.c @@ -200,10 +200,6 @@ static void test_rate_policy_once_after_n(void) " Getting threshold C"); /* is_equal tests */ - /* TODO: this is the behaviour introduced by the - * lttng_condition_is_equal back in 2017 do we want to fix this and - * return true if both are NULL? - */ ok(false == lttng_rate_policy_is_equal(NULL, NULL), "is equal (NULL,NULL)"); ok(false == lttng_rate_policy_is_equal(policy_a, NULL),