From: Marco Baringer Date: Wed, 18 Jan 2006 10:11:16 +0000 (+0100) Subject: Set the default-reason-args in all the various forms the IS macro handles X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=4d4c693a738f28565def2b2cf2272146efb9a4b6;p=fiveam.git Set the default-reason-args in all the various forms the IS macro handles --- diff --git a/src/check.lisp b/src/check.lisp index 506d7ba..e0eb723 100644 --- a/src/check.lisp +++ b/src/check.lisp @@ -133,7 +133,8 @@ Wrapping the TEST form in a NOT simply preducse a negated reason string." default-reason-args (list "~S did not satisfy ~S" v `',?satisfies))) (t (setf bindings '() - effective-test test))) + effective-test test + default-reason-args "No reason supplied."))) `(let ,bindings (if ,effective-test (add-result 'test-passed :test-expr ',test)