X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.pure.lisp;h=95d2928b44aefdff3ae3e6f3c118228a515af6c5;hb=1dc3a468ba32755c51747d6e85ed32d989f2dd49;hp=4ab5af3f214666d899343c41861ed0f4d0a652e2;hpb=dafb0472097d387a668b0f84bef3abc3a84e0b1d;p=sbcl.git diff --git a/tests/compiler.pure.lisp b/tests/compiler.pure.lisp index 4ab5af3..95d2928 100644 --- a/tests/compiler.pure.lisp +++ b/tests/compiler.pure.lisp @@ -2146,6 +2146,6 @@ ;;; LET* + VALUES declaration: while the declaration is a non-standard ;;; and possibly a non-conforming extension, as long as we do support ;;; it, we might as well get it right. -;;; +;;; ;;; Bug reported by Kaersten Poeck on sbcl-devel 20061023. (compile nil '(lambda () (let* () (declare (values list)))))