From 048c37a118effaad73731390c6cbef8a138ce524 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 14 Apr 2022 20:09:58 -0400 Subject: [PATCH] Tests: clean-up: rate policy: remove stale comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Idd030c765b0a4afa2d13ff015a17bd52493204a6 --- tests/unit/test_rate_policy.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/unit/test_rate_policy.cpp b/tests/unit/test_rate_policy.cpp index 6977ea802..755bfca02 100644 --- a/tests/unit/test_rate_policy.cpp +++ b/tests/unit/test_rate_policy.cpp @@ -199,10 +199,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), -- 2.34.1