0.7.12.9:
[sbcl.git] / tests / float.pure.lisp
index 1b17334..d287b4a 100644 (file)
@@ -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))