diff options
Diffstat (limited to 'progs/tests/auto/single_variable.sy')
| -rw-r--r-- | progs/tests/auto/single_variable.sy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/auto/single_variable.sy b/progs/tests/auto/single_variable.sy index 00217d2..ce4c2ad 100644 --- a/progs/tests/auto/single_variable.sy +++ b/progs/tests/auto/single_variable.sy @@ -1,4 +1,4 @@ start :: fn { -a := 1 - a <=> 1 + a := 1 + a <=> 1 } |
