Unbreak the stepper on `check-expect'.
All kinds of things expand into (let () ...), so all kinds of things
break.
(cherry picked from commit fd5e9d4d63
)
This commit is contained in:
parent
d06ef8bc05
commit
8007ba6256
|
@ -106,7 +106,7 @@
|
|||
#'test-engine))))))))
|
||||
'stepper-skipto
|
||||
(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
|
||||
'(syntax-e cdr cdr syntax-e car) ;; lambda
|
||||
)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user