lib: add bt_{graph,query_executor}_add_interrupter()
[babeltrace.git] / tests / lib / test_bt_values.c
index e170a5f39db935d4358c5b5393cb2f6e860259b7..39427f46e4b568fb2d03200a5c5dc672300e88bd 100644 (file)
@@ -651,7 +651,7 @@ void test_map(void)
 
        ret = bt_value_map_foreach_entry(map_obj, test_map_foreach_cb_count,
                &count);
-       ok(ret == BT_VALUE_MAP_FOREACH_ENTRY_STATUS_CANCELED && count == 3,
+       ok(ret == BT_VALUE_MAP_FOREACH_ENTRY_STATUS_INTERRUPTED && count == 3,
                "bt_value_map_foreach_entry() breaks the loop when the user function returns BT_FALSE");
 
        memset(&checklist, 0, sizeof(checklist));
This page took 0.023158 seconds and 4 git commands to generate.