X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fsessiond_testpoints.c;h=21f04cda75df6293b86677d1f25b5d8009f97105;hp=c4100998d4d426b4733a638ccf2311d65b0d77d7;hb=a0377dfefe40662ba7d68617bce6ff467114136c;hpb=cc3b9644f017a91d347d7a414387292e3175635e diff --git a/tests/regression/tools/notification/sessiond_testpoints.c b/tests/regression/tools/notification/sessiond_testpoints.c index c4100998d..21f04cda7 100644 --- a/tests/regression/tools/notification/sessiond_testpoints.c +++ b/tests/regression/tools/notification/sessiond_testpoints.c @@ -15,7 +15,6 @@ #include #include #include -#include #include static char *pause_pipe_path; @@ -57,7 +56,7 @@ int __testpoint_sessiond_thread_notification(void) } notifier_notif_consumption_state = dlsym(NULL, "notifier_consumption_paused"); - assert(notifier_notif_consumption_state); + LTTNG_ASSERT(notifier_notif_consumption_state); ret = asprintf(&pause_pipe_path, "%s", pause_pipe_path_prefix); if (ret < 1) {