X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler-2.impure-cload.lisp;h=815a69506b7bd4530dc81d100266b561bbf63f83;hb=062283b901155792f65775491aea51481c56faaa;hp=f2c690eebace7c45ce4d43eaeb1b1813688160ea;hpb=1a3ccb8ce23ea45adf80f356e8a116a8cf0c2ddc;p=sbcl.git diff --git a/tests/compiler-2.impure-cload.lisp b/tests/compiler-2.impure-cload.lisp index f2c690e..815a695 100644 --- a/tests/compiler-2.impure-cload.lisp +++ b/tests/compiler-2.impure-cload.lisp @@ -18,8 +18,8 @@ ;;;; These three forms should be equivalent. -;;;; This used to be a bug in the handling of null-lexenv vs toplevel -;;;; policy: LOCALLY and MACROLET hid the toplevel policy from view. +;;; This used to be a bug in the handling of null-lexenv vs toplevel +;;; policy: LOCALLY and MACROLET hid the toplevel policy from view. (locally (defun foo (n) @@ -51,9 +51,9 @@ (assert (equal (test) '(0 0 0))) (assert (equal (test) '(13 13 13))) ; sanity check -;; Bug in 1.0.2 and 1.0.3, where the XEP was compiled with the wrong -;; policy. (Test-case derived from code posted by alexander.ekart in -;; comp.lang.lisp). +;;; Bug in 1.0.2 and 1.0.3, where the XEP was compiled with the wrong +;;; policy. (Test-case derived from code posted by alexander.ekart in +;;; comp.lang.lisp). (locally (declare (optimize (safety 0))) @@ -64,4 +64,3 @@ (aref x y))) (assert (raises-error? (bubblesort (make-array 10) 9))) -