0.7.10.17:
[sbcl.git] / tests / arith.impure.lisp
index 6604a9f..11b1009 100644 (file)
@@ -12,6 +12,7 @@
 ;;;; more information.
 
 (load "assertoid.lisp")
+(use-package "ASSERTOID")
 
 (defmacro define-compiled-fun (fun name)
   `(progn
@@ -65,4 +66,6 @@
 (assert (null (ignore-errors (compiled-logxor #c(2 3)))))
 (assert (= (compiled-logxor -6) -6))
 
+(assert (raises-error? (coerce (expt 10 1000) 'single-float) type-error))
+
 (sb-ext:quit :unix-status 104)
\ No newline at end of file