Diff of /test/stmt-for.test.expected [c307d5] .. [a3652e]  Maximize  Restore

Switch to side-by-side view

--- a/test/stmt-for.test.expected
+++ b/test/stmt-for.test.expected
@@ -5,5 +5,5 @@
  DO
 x := x / 2;
 
-(i:=i+1);
+((i:=i+1)-1);
 END_WHILE