X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..d1a82dae27086cc6f9ea4e0163d2941c74135c94:/teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3.c diff --git a/teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3.c b/teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3.c index 74aaca0c5f..c95a637fd6 100644 --- a/teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3.c +++ b/teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3.c @@ -12,7 +12,7 @@ /** * bw and latency test 3 * same intention as test 2 - * sending 2 x 1 bytes at the same time + * sending 2 x 1 bytes at the same time * this time in opposite direction */ @@ -48,6 +48,5 @@ int main(int argc, char **argv) SD_task_destroy(task1); SD_task_destroy(task2); - SD_exit(); return 0; }