Diff of /test/stmt-for.test.log [b383b0] .. [853a2a]  Maximize  Restore

Switch to side-by-side view

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