1.0.9.10: make tests clean up after themselves a bit better
[sbcl.git] / tests / float.impure.lisp
index e32a6d9..04609a4 100644 (file)
 
 (assert (= (test 1.0d0) 2.0d0))
 
-;;; success
-(quit :unix-status 104)
+(deftype myarraytype (&optional (length '*))
+  `(simple-array double-float (,length)))
+(defun new-pu-label-from-pu-labels (array)
+  (setf (aref (the myarraytype array) 0)
+        sb-ext:double-float-positive-infinity))