diff options
Diffstat (limited to 'progs/tests/auto/two_variables.sy')
| -rw-r--r-- | progs/tests/auto/two_variables.sy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/progs/tests/auto/two_variables.sy b/progs/tests/auto/two_variables.sy index 9ae183f..93329e3 100644 --- a/progs/tests/auto/two_variables.sy +++ b/progs/tests/auto/two_variables.sy @@ -1,6 +1,6 @@ start :: fn { -a := 1 - b := 2 - a <=> 1 - b <=> 2 + a := 1 + b := 2 + a <=> 1 + b <=> 2 } |
