diff options
Diffstat (limited to 'progs/tests/auto/div.sy')
| -rw-r--r-- | progs/tests/auto/div.sy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/tests/auto/div.sy b/progs/tests/auto/div.sy index 3073270..df3e7bb 100644 --- a/progs/tests/auto/div.sy +++ b/progs/tests/auto/div.sy @@ -1,5 +1,5 @@ start :: fn { -a := 2 -a /= 2 -a <=> 1 + a := 2 + a /= 2 + a <=> 1 } |
