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