Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move xbt testsuite to teshsuite
[simgrid.git] / teshsuite / xbt / graphxml_usage / graphxml_usage.c
similarity index 98%
rename from testsuite/xbt/graphxml_usage.c
rename to teshsuite/xbt/graphxml_usage/graphxml_usage.c
index 5a23fbe..7c4fe73 100644 (file)
@@ -116,7 +116,7 @@ void test(char *graph_file)
     sorted = xbt_graph_topo_sort(graph);
     for (i = 0; i < n; i++) {
       if (sorted[i]) {
-        XBT_INFO("sorted[%lu] = %s (%p)", i, node_name(sorted[i]), sorted[i]);
+        XBT_INFO("sorted[%lu] = %s", i, node_name(sorted[i]));
       }
     }
     free(sorted);