sbcl.sbcl/tests/sb-cltl2.impure.lisp
Douglas Katzman bd2e95d66a Make cltl2 tests pass with fasteval
Honestly I'm confused how they worked under SB-RT but I don't much care.
It must have been that PROGN within DEFTEST was handled as a sequence
of distinct toplevel forms. Don't rely on it.
2022-09-03 15:52:26 -04:00

3 lines
60 B
Common Lisp

(require :sb-cltl2)
(load "../contrib/sb-cltl2/tests.lisp")