bt_port_output_notification_iterator_create(): remove colander comp. name
[babeltrace.git] / tests / lib / test_bt_notification_iterator.c
index c0d25d0a213fc06ff94a3ad74dd60b2d9cb285d5..97cf0506e9c981efd33c74db26c6966cdf73a86a 100644 (file)
@@ -861,7 +861,7 @@ void test_output_port_notification_iterator(void)
        upstream_port = bt_component_source_borrow_output_port_by_name(
                src_comp, "out");
        notif_iter = bt_port_output_notification_iterator_create(graph,
-               upstream_port, NULL);
+               upstream_port);
        ok(notif_iter, "bt_private_output_port_notification_iterator_create() succeeds");
 
        /* Consume the notification iterator */
This page took 0.023416 seconds and 4 git commands to generate.