diff options
Diffstat (limited to 'tests/011/macros-2.expected')
-rw-r--r-- | tests/011/macros-2.expected | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/tests/011/macros-2.expected b/tests/011/macros-2.expected index 020185c2..7dad1247 100644 --- a/tests/011/macros-2.expected +++ b/tests/011/macros-2.expected @@ -10,15 +10,16 @@ 29 30 (block #:brk-blk-0002 - (for () ((< i 100) ()) - () (block #:cnt-blk-0001 - (if (< (sys:setq i (succ i)) - 20) (return-from - #:cnt-blk-0001)) - (if (> i 30) - (return-from - #:brk-blk-0002)) - (prinl i)))) + (block () (let () (sys:for-op () + ((< i 100) ()) + () (block #:cnt-blk-0001 + (if (< (sys:setq i (succ i)) + 20) (return-from + #:cnt-blk-0001)) + (if (> i 30) + (return-from + #:brk-blk-0002)) + (prinl i)))))) (whilst break) (whilst break) (whilst break) |