Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let xbt_exit() issue a warning stating that this is now a no-op
[simgrid.git] / testsuite / surf / lmm_usage.c
index df8857c..b47fbff 100644 (file)
@@ -485,6 +485,5 @@ int main(int argc, char **argv)
   INFO0("***** Test 3 (Lagrange - Reno)");
   test3(LAGRANGE_RENO);
 
-  xbt_exit();
   return 0;
 }