Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another try at cleanly unlocking the mutexes before destroying them in SMPI::RMA
[simgrid.git] / examples / cpp / dag-from-dot / s4u-dag-from-dot.tesh
index 04bb0ccfdf7bfcb95f3348480a552e906e6213b3..b8216cfd5a02ab05ab7d040506fe6998c01f8dfd 100644 (file)
@@ -48,5 +48,5 @@ $ ${bindir:=.}/s4u-dag-from-dot --log=no_loc ${platfdir}/cluster_backbone.xml ${
 
 ! expect return 2
 $ ${bindir:=.}/s4u-dag-from-dot --log=no_loc ${platfdir}/cluster_backbone.xml ${srcdir:=.}/dag_with_cycle.dot
-> [0.000000] [sd_dotparse/ERROR] The DOT described in dag_with_cycle.dot is not a DAG. It contains a cycle.
+> [0.000000] [dag_parsing/ERROR] The DOT described in dag_with_cycle.dot is not a DAG. It contains a cycle.
 > [0.000000] [dag_from_dot/CRITICAL] No dot loaded. Do you have a cycle in your graph?