Cleanup: tests: remove debugging `diag` leftover
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 27 Sep 2019 18:50:33 +0000 (14:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 14:45:11 +0000 (10:45 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I6f537025ba758a06e730b752fc1298ff724352a9
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2105
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
tests/lib/plugin.c

index d5a21808fbbfdda25c4176525f7600c562c25484..5990481286dc49bb4c83824f28b2dddaceb7604e 100644 (file)
@@ -197,7 +197,6 @@ static void test_sfs(const char *plugin_dir)
                "bt_component_class_query() receives the expected parameters");
 
        bt_component_class_sink_get_ref(sink_comp_class);
                "bt_component_class_query() receives the expected parameters");
 
        bt_component_class_sink_get_ref(sink_comp_class);
-       diag("> putting the plugin set object here");
        BT_PLUGIN_SET_PUT_REF_AND_RESET(plugin_set);
        graph = bt_graph_create(0);
        BT_ASSERT(graph);
        BT_PLUGIN_SET_PUT_REF_AND_RESET(plugin_set);
        graph = bt_graph_create(0);
        BT_ASSERT(graph);
This page took 0.025177 seconds and 4 git commands to generate.