Révision 190
Ajouté par megoutteno il y a environ 4 ans
main.c | ||
---|---|---|
printf ("Erreur Test unitaire decode_int.\n");
|
||
exit(-1);
|
||
}
|
||
if (decode_int('5')!=(5)){
|
||
if (decode_int('5')!= 5){
|
||
printf ("Erreur Test unitaire decode_int.\n");
|
||
exit(-1);
|
||
}
|
Formats disponibles : Unified diff
Question 7: modification d'un test unitaire