This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
andreagus
/
Acse
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
fixed an error that prevented the compilation of the regression test suite
Andrea Gussoni
8 năm trước cách đây
mục cha
5410b7344f
commit
a2fc2ec943
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
tests/misc/while_id.src
+ 1
- 1
tests/misc/while_id.src
Xem Tập Tin
@@ -10,5 +10,5 @@ if (x >= 0) {
}
write(s);
} else {
- write(
-1
);
+ write(
0
);
}