Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / tests / lib / test_bt_notification_heap.c
index 3bffb71127f47be29c8d12030b4f714de7095bec..d4767b1b93f5e7b0401777079756373480e615c0 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #include "tap/tap.h"
-#include <stdbool.h>
 #include <stdlib.h>
 #include <babeltrace/compiler-internal.h>
 #include <babeltrace/ref.h>
@@ -71,7 +70,7 @@ error:
 }
 
 static
-bool compare_notifications(struct bt_notification *a, struct bt_notification *b,
+bt_bool compare_notifications(struct bt_notification *a, struct bt_notification *b,
                void *unused)
 {
        uint64_t val_a = ((struct dummy_notification *) a)->value;
This page took 0.031857 seconds and 4 git commands to generate.