Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc++
[simgrid.git] / teshsuite / simdag / network / p2p / test_latency_bound.c
index 866ee27..694a5c3 100644 (file)
@@ -1,6 +1,6 @@
 /* Latency tests                                                            */
 
-/* Copyright (c) 2007, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
   SD_init(&argc, argv);
   SD_create_environment(argv[1]);
 
-  // xbt_assert0( check max tcp win size, "MAX TCP WIN SIZE is 20000");
+  // xbt_assert( check max tcp win size, "MAX TCP WIN SIZE is 20000");
 
   root = SD_task_create("Root", NULL, 1.0);
   SD_task_schedule(root, 1, SD_workstation_get_list(), no_cost, no_cost,