X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/17f1cb36dbcbd5931a61447921be1484680d189b..bbf75823fbe657eda9739c3be6c1715c3041f056:/examples/simdag/dot/dot_test.c?ds=inline diff --git a/examples/simdag/dot/dot_test.c b/examples/simdag/dot/dot_test.c index def253b4fd..b94ff9f5d7 100644 --- a/examples/simdag/dot/dot_test.c +++ b/examples/simdag/dot/dot_test.c @@ -50,8 +50,7 @@ int main(int argc, char **argv) /* load the DOT file */ dot = SD_dotload(argv[2]); if(dot == NULL){ - XBT_INFO("No dot load may be you have a cycle in your graph"); - return -1; + xbt_die("No dot load may be you have a cycle in your graph"); } /* Display all the tasks */