X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftype.pure.lisp;h=90205bc0a094951a9ae9b761055b3b94dd3656eb;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=b97a0e995737ede259d4ab0abdb9de02241cab47;hpb=4d8378af498b544256340e09919758e1f88029ac;p=sbcl.git diff --git a/tests/type.pure.lisp b/tests/type.pure.lisp index b97a0e9..90205bc 100644 --- a/tests/type.pure.lisp +++ b/tests/type.pure.lisp @@ -202,3 +202,7 @@ (assert (not (nth-value 1 (subtypep '(and null some-unknown-type) 'another-unknown-type)))) + +;;; bug 46c +(dolist (fun '(and if)) + (assert (raises-error? (coerce fun 'function) type-error)))