X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10ceac5fd14fb0426b5c93bda85676a79b02d0be..c64081804d3126681790377c64be2cf266f7ba0c:/teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.c?ds=sidebyside diff --git a/teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.c b/teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.c index ed3557ac75..1445df4f8f 100644 --- a/teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.c +++ b/teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.c @@ -11,8 +11,8 @@ /* * simple latency test - * send one byte from 0 to 1 - * + * send one byte from 0 to 1 + * * this is a test for multiple platforms * see tesh file for expected output */ @@ -37,6 +37,5 @@ int main(int argc, char **argv) SD_task_destroy(task); - SD_exit(); return 0; }