X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffloat.pure.lisp;h=d287b4aa9d5d8928951e06c574daa8141190703b;hb=6c4d4d984b1af6b2a73568cec3ab9c8795cff2da;hp=1b173344a093199e517c8b476cb1d74275e9fd14;hpb=bff8455d98c50672cdc29abcf1809b8823f5f117;p=sbcl.git diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index 1b17334..d287b4a 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -48,3 +48,7 @@ ;;; reported a fix for CMU CL, which was ported to sbcl-0.6.12.35.) (assert (typep (nth-value 1 (ignore-errors (float-radix "notfloat"))) 'type-error)) + +(assert (typep (nth-value 1 (ignore-errors + (funcall (fdefinition 'float-radix) "notfloat"))) + 'type-error))