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