diff options
Diffstat (limited to 'progs/tests/auto/compare_variable.sy')
| -rw-r--r-- | progs/tests/auto/compare_variable.sy | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/progs/tests/auto/compare_variable.sy b/progs/tests/auto/compare_variable.sy index 25d21f4..80fb4a4 100644 --- a/progs/tests/auto/compare_variable.sy +++ b/progs/tests/auto/compare_variable.sy @@ -1,9 +1,9 @@ start :: fn { -a := 1 - if a == 0 { - <!> - } - if a != 1 { - <!> - } + a := 1 + if a == 0 { + <!> + } + if a != 1 { + <!> + } } |
