From af3bf6a08c0496198969d7d53dddcb06a22f83a1 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 20 Nov 2018 19:16:18 -0500 Subject: [PATCH] Cleanup: remove unused label MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau --- tests/regression/tools/notification/rotation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/regression/tools/notification/rotation.c b/tests/regression/tools/notification/rotation.c index fb516f31f..5554f631a 100644 --- a/tests/regression/tools/notification/rotation.c +++ b/tests/regression/tools/notification/rotation.c @@ -79,7 +79,6 @@ int test_condition(struct lttng_condition *condition, const char *type_name) ok(out_session_name && !strcmp(session_name, out_session_name), "Session name returned by %s condition matches the expected name", type_name); -end: return ret; } -- 2.34.1