X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffloat.impure.lisp;h=04609a48cc23f429e17818fd3e902874f46fa90c;hb=35f870eecfcaaba496d54e0f290b09e63884f74c;hp=baf2c0fd9d669e2f53fef77ffcdafa1d1136adb6;hpb=5185db40031bedaa9dcfa8ba72cbbc8079e51e81;p=sbcl.git diff --git a/tests/float.impure.lisp b/tests/float.impure.lisp index baf2c0f..04609a4 100644 --- a/tests/float.impure.lisp +++ b/tests/float.impure.lisp @@ -114,11 +114,8 @@ (assert (= (test 1.0d0) 2.0d0)) -(deftype myarraytype (&optional (length '*)) +(deftype myarraytype (&optional (length '*)) `(simple-array double-float (,length))) (defun new-pu-label-from-pu-labels (array) - (setf (aref (the myarraytype array) 0) + (setf (aref (the myarraytype array) 0) sb-ext:double-float-positive-infinity)) - -;;; success -(quit :unix-status 104)