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:
Mike Sperber 2010-10-19 11:56:24 +02:00 committed by Ryan Culpepper
parent d06ef8bc05
commit 8007ba6256

View File

@ -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
)))