summaryrefslogtreecommitdiffstats
path: root/tests/011/macros-2.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/011/macros-2.expected')
-rw-r--r--tests/011/macros-2.expected5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/011/macros-2.expected b/tests/011/macros-2.expected
index 7dad1247..0e4cb622 100644
--- a/tests/011/macros-2.expected
+++ b/tests/011/macros-2.expected
@@ -14,8 +14,9 @@
((< i 100) ())
() (block #:cnt-blk-0001
(if (< (sys:setq i (succ i))
- 20) (return-from
- #:cnt-blk-0001))
+ 20)
+ (return-from
+ #:cnt-blk-0001))
(if (> i 30)
(return-from
#:brk-blk-0002))