X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32ce4299f22dc4e4642861caa7ccde9715551bbe..c64b87ac6ee7d4655690a40cf12bd95f0c1d633f:/teshsuite/simdag/basic6/basic6.c diff --git a/teshsuite/simdag/basic6/basic6.c b/teshsuite/simdag/basic6/basic6.c index c9adf72f3c..2fbc28ca47 100644 --- a/teshsuite/simdag/basic6/basic6.c +++ b/teshsuite/simdag/basic6/basic6.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012, 2014-2015. The SimGrid Team. +/* Copyright (c) 2007-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -46,6 +46,5 @@ int main(int argc, char **argv) XBT_INFO("Simulation time: %f", SD_get_clock()); - SD_exit(); return 0; }