Unbreak the stepper on `check-expect'.
All kinds of things expand into (let () ...), so all kinds of things break.
This commit is contained in:
parent
ddca8cd29b
commit
fd5e9d4d63
|
@ -106,7 +106,7 @@
|
||||||
#'test-engine))))))))
|
#'test-engine))))))))
|
||||||
'stepper-skipto
|
'stepper-skipto
|
||||||
(append skipto/third ;; let
|
(append skipto/third ;; let
|
||||||
skipto/third skipto/second ;; unless (it expands into a begin)
|
skipto/third skipto/third ;; unless (it expands into (if (let-values () ...))
|
||||||
skipto/cdr skipto/third ;; application of insert-test
|
skipto/cdr skipto/third ;; application of insert-test
|
||||||
'(syntax-e cdr cdr syntax-e car) ;; lambda
|
'(syntax-e cdr cdr syntax-e car) ;; lambda
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user