Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / teshsuite / xbt / log_large_test.c
index 1255711..aab5f27 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* log_large_test -- log a very large string to test the dynamic variants   */
 
-/* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -44,6 +43,5 @@ int main(int argc, char *argv[])
   INFO1("Done (strlen>%d)", (int) (10 * strlen(tmp)));
   free(tmp);
 
-  xbt_exit();
   return 0;
 }