Diff of /test/stmt-while.test.expected [62c3c4] .. [fc78f7]  Maximize  Restore

Switch to unified view

a/test/stmt-while.test.expected b/test/stmt-while.test.expected
1
FUNCTION func:BOOL;
1
FUNCTION func:BOOL;
2
WHILE x < 10 DO
2
WHILE x < 10 DO
3
x := x / 2;
3
x := x / 2;
4
4
5
END_WHILE
5
END_WHILE
6
6
END_FUNCTION
7
END_FUNCTION