X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f:/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..cb7a6d46b9 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 @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011, 2013-2015. The SimGrid Team. +/* Copyright (c) 2007-2021. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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; }