X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fsmoke.impure.lisp;h=baeba3100ec2779ee7d2c5d90053005e6bb981d0;hb=007bcd5aac2f3a1e714563bd39f7a2db2d0bf7c2;hp=716766c3bb0e634ba9d6c3208f4e0a2fc91a54a6;hpb=f00011f3aa9647d51c87c6f969d0b2b0094aecf2;p=sbcl.git diff --git a/tests/smoke.impure.lisp b/tests/smoke.impure.lisp index 716766c..baeba31 100644 --- a/tests/smoke.impure.lisp +++ b/tests/smoke.impure.lisp @@ -72,10 +72,4 @@ (assert (equal (funcall fn 1) '(1))) (assert (equal (funcall fn 1 2 3) '(1 2 3)))) -;; ROOM used to bail out when there were object with bignum bytes in -;; them. Test by Sidney Markowitz. -(defparameter *large-array* - (make-array (- (truncate most-positive-fixnum 4) 2))) -(room) - ;;; success