This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
andreagus
/
Acse
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fixed an error that prevented the compilation of the regression test suite
Andrea Gussoni
hace 8 años
padre
5410b7344f
commit
a2fc2ec943
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
tests/misc/while_id.src
+ 1
- 1
tests/misc/while_id.src
Ver fichero
@@ -10,5 +10,5 @@ if (x >= 0) {
}
write(s);
} else {
- write(
-1
);
+ write(
0
);
}