sbcl.sbcl/tests/bad-code.impure.lisp
Stas Boukarev b0d36e2f86 Catch macro errors in FOPCOMPILABLE-P.
Let the compiler deal with them.
2018-01-09 04:09:06 +03:00

5 lines
138 B
Common Lisp

(load "compiler-test-util.lisp")
(with-test (:name :fop-compile-bad-macro)
(assert (nth-value 1 (ctu:file-compile '((let () (do)))))))