Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use splitted xml files, and avoid memory leaks in the parser.
[simgrid.git] / teshsuite / msg / trace / test_trace_integration.c
index 135509bf5da868cdbca906e368db4cd2b56313f6..49ed7a00a2fbc8f4fee7cb8d744404875cc3517b 100644 (file)
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
   MSG_function_register("test_trace", test_trace);
   /* Use the same file for platform and deployment. */
   MSG_create_environment(argv[1]);
-  MSG_launch_application(argv[1]);
+  MSG_launch_application(argv[2]);
   /* Run the example. */
   res = MSG_main();