Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix compilation error on clang (and group all the region creation functions...
[simgrid.git] / tools / tesh / catch-return.tesh
index ea794f1bbb5dc90816835726ee8cf76f644ee870..f9d21a29fce76fabfe2d86e76808e73266bad33c 100644 (file)
@@ -12,7 +12,7 @@ $ cd temp_testdir-catch-return
 < }
 $ mkfile return1.c
 
 < }
 $ mkfile return1.c
 
-$ gcc -o return1 return1.c
+$ cc -o return1 return1.c
 
 ! expect return 41
 < $ ./return1
 
 ! expect return 41
 < $ ./return1