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