This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
andreagus
/
Acse
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
fixed an error that prevented the compilation of the regression test suite
Andrea Gussoni
8 lat temu
rodzic
5410b7344f
commit
a2fc2ec943
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
tests/misc/while_id.src
+ 1
- 1
tests/misc/while_id.src
Wyświetl plik
@@ -10,5 +10,5 @@ if (x >= 0) {
}
write(s);
} else {
- write(
-1
);
+ write(
0
);
}