X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.pure-cload.lisp;h=c1b5ef1b23d5c822ad67b9307b6da5b7d7cc6479;hb=d007a04970c7daa85d522a1816e3ffc7a3bf1913;hp=279b85066e83daafa28480fc919485b1037055a1;hpb=568b75331113ecd0601449f337557cd1c1776e8d;p=sbcl.git diff --git a/tests/compiler.pure-cload.lisp b/tests/compiler.pure-cload.lisp index 279b850..c1b5ef1 100644 --- a/tests/compiler.pure-cload.lisp +++ b/tests/compiler.pure-cload.lisp @@ -35,8 +35,3 @@ ;;; This is a slightly different way of getting the same symptoms out ;;; of the sbcl-0.6.11.13 byte compiler bug. (print (setq *print-level* *print-level*)) - - -;;; sbcl-0.6.11.25 or so had DEF!STRUCT/MAKE-LOAD-FORM/HOST screwed up -;;; so that the compiler couldn't dump pathnames. -(format t "Now the compiler can dump pathnames again: ~S ~S~%" #p"" #p"/x/y/z")