Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use gras_exit now that it exists and not xbt_exit
[simgrid.git] / testsuite / gras / datadesc_usage.c
index 14f75f2..813a605 100644 (file)
@@ -620,7 +620,7 @@ int main(int argc,char *argv[]) {
 
   if (direction != RW) 
     gras_socket_close(sock);
 
   if (direction != RW) 
     gras_socket_close(sock);
-  xbt_exit();
+  gras_exit();
   return 0;
 }
 
   return 0;
 }