X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..6bc4ed84fbc1b9d5e3e6dd18072bc896511b4cb7:/teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.c 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; }