Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be more friendly to systems where gcc is not used anymore
[simgrid.git] / tools / tesh / set-return.tesh
index ff0dd17..679234d 100644 (file)
@@ -12,7 +12,7 @@ $ cd temp_testdir-set-return
 < }
 $ mkfile return1.c
 
-$ gcc -o return1 return1.c
+$ cc -o return1 return1.c
 
 ! expect return 1
 $ ./return1