New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
@@ -1,4 +1,7 @@
|
||||
//method
|
||||
boolean stop() {
|
||||
return false;
|
||||
}
|
||||
void foo() {
|
||||
for(;;) {
|
||||
if (!stop()) break;
|
||||
|
||||
Reference in New Issue
Block a user