A specialization of must-fail to ensure that an error occurs.
Evaluation of
See must-fail for more details, as
Macro:
(defmacro must-fail-with-error (form &rest args) (list* 'must-fail form :expected :any args))
Also see must-fail-with-soft-error and must-fail-with-hard-error.