This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
andreagus
/
Acse
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Prechádzať zdrojové kódy
fixed an error that prevented the compilation of the regression test suite
Andrea Gussoni
8 rokov pred
rodič
5410b7344f
commit
a2fc2ec943
1 zmenil súbory
, kde vykonal
1 pridanie
a
1 odobranie
Rozdelené zobrazenie
Ukázať štatistiku rozdielnych dát
1
1
tests/misc/while_id.src
+ 1
- 1
tests/misc/while_id.src
Zobraziť súbor
@@ -10,5 +10,5 @@ if (x >= 0) {
}
write(s);
} else {
- write(
-1
);
+ write(
0
);
}