X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Ftest-utils-muxer.c;h=64a58d811499cd811dad2122cdd0f586b8c61442;hb=0fbb9a9fffe22e0d5211a47118102fa0ba4a766a;hp=f5eac77c29b831e04ae84d7967c8ef56c5b1815b;hpb=5af447e5102d6226ee198e4db52b51e12075f1bb;p=babeltrace.git diff --git a/tests/plugins/test-utils-muxer.c b/tests/plugins/test-utils-muxer.c index f5eac77c..64a58d81 100644 --- a/tests/plugins/test-utils-muxer.c +++ b/tests/plugins/test-utils-muxer.c @@ -462,7 +462,7 @@ enum bt_notification_iterator_status src_iter_init( user_data->packet = src_packet3; break; default: - assert(false); + abort(); } switch (current_test) { @@ -504,7 +504,7 @@ enum bt_notification_iterator_status src_iter_init( } break; default: - assert(false); + abort(); } return BT_NOTIFICATION_ITERATOR_STATUS_OK; @@ -674,7 +674,7 @@ struct bt_notification_iterator_next_return src_iter_next( } break; default: - assert(false); + abort(); } bt_put(private_component);